From 70302b399ccd5fcb25c11c5323a774fb37172082 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Mon, 3 Feb 2020 11:05:37 +0100 Subject: [PATCH] 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 28df08a8607b9..c12c148d0f10d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -209,6 +209,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.