diff --git a/docs/_templates/base.html b/docs/_templates/base.html index daa2bdace..33190a9e5 100644 --- a/docs/_templates/base.html +++ b/docs/_templates/base.html @@ -4,18 +4,14 @@ {{ super() }} {%- if analytics_id %} - + {% endif -%} diff --git a/publish.py b/publish.py index a2933d673..4075491dd 100755 --- a/publish.py +++ b/publish.py @@ -92,7 +92,7 @@ def run_man(args: Any) -> None: def run_html(args: Any) -> None: - call('make FAIL_WARN=1 "OPTS=-D analytics_id=UA-20736318-2" dirhtml', cwd=docs_dir) + call('make FAIL_WARN=1 "OPTS=-D analytics_id=G-XTJK3R7GF2" dirhtml', cwd=docs_dir) add_old_redirects('docs/_build/dirhtml')