From 7ddebe0a7066513bb6ef6a067dd460c7455589e5 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Fri, 30 Jun 2023 22:45:49 +0200 Subject: [PATCH] DOC/WEB: update Google Analytics id --- doc/source/conf.py | 2 +- web/pandas/_templates/layout.html | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 66fca61c2c6e5..31893bdf929d8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -240,7 +240,7 @@ "footer_start": ["pandas_footer", "sphinx-version"], "github_url": "https://github.com/pandas-dev/pandas", "twitter_url": "https://twitter.com/pandas_dev", - "analytics": {"google_analytics_id": "UA-27880019-2"}, + "analytics": {"google_analytics_id": "G-5RE31C1RNW"}, "logo": {"image_dark": "https://pandas.pydata.org/static/img/pandas_white.svg"}, "navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"], "switcher": { diff --git a/web/pandas/_templates/layout.html b/web/pandas/_templates/layout.html index 94c0493234cf2..d9824f4641667 100644 --- a/web/pandas/_templates/layout.html +++ b/web/pandas/_templates/layout.html @@ -1,13 +1,12 @@ - + pandas - Python Data Analysis Library