From c1c278b1ab69a34ef1112c56128881c69eed55af Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Mon, 3 Feb 2020 13:07:10 +0100 Subject: [PATCH] Backport PR #31606: DOC: add back google analytics with the new doc theme --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 78b317456f720..f126ad99cc463 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -208,6 +208,7 @@ "external_links": [], "github_url": "https://github.com/pandas-dev/pandas", "twitter_url": "https://twitter.com/pandas_dev", + "google_analytics_id": "UA-27880019-2", } # Add any paths that contain custom themes here, relative to this directory.