From 4ed413eaa7becbc7755d5ee3592e468548119132 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 30 Jun 2022 17:00:14 +0530 Subject: [PATCH] Switch to GA2 --- docs/_templates/base.html | 18 +++++++----------- publish.py | 2 +- 2 files changed, 8 insertions(+), 12 deletions(-) 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')