From f94a6b80e9de3700bf7770ae23fabd343248244f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Swe=C3=B1a=20=28Swast=29?= Date: Mon, 1 Dec 2025 16:17:04 -0600 Subject: [PATCH] docs: Add Google Analytics configuration to conf.py See instructions at https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/analytics.html#google-analytics --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 2fc97bc1d0..a9ca501a8f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -172,6 +172,9 @@ "url": "https://docs.cloud.google.com/bigquery/docs/bigquery-dataframes-introduction", }, ], + "analytics": { + "google_analytics_id": "G-XVSRMCJ37X", + }, } # Add any paths that contain custom themes here, relative to this directory.