Skip to content

Commit 0b266da

Browse files
tswastshuoweil
andauthored
docs: Add Google Analytics configuration to conf.py (#2301)
See instructions at https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/analytics.html#google-analytics Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕 Co-authored-by: Shuowei Li <[email protected]>
1 parent a211753 commit 0b266da

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)