Skip to content

Commit f94a6b8

Browse files
authored
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
1 parent aae1b04 commit f94a6b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@
172172
"url": "https://docs.cloud.google.com/bigquery/docs/bigquery-dataframes-introduction",
173173
},
174174
],
175+
"analytics": {
176+
"google_analytics_id": "G-XVSRMCJ37X",
177+
},
175178
}
176179

177180
# Add any paths that contain custom themes here, relative to this directory.

0 commit comments

Comments
 (0)