Skip to content

Commit 1f0ddfb

Browse files
committed
Docs: Add Google Analytics ID to sphinx configuration
1 parent 7026b75 commit 1f0ddfb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
# Theme-specific options
6363
# https://sphinx-book-theme.readthedocs.io/en/stable/reference.html
6464
html_theme_options = {
65+
"analytics": {
66+
"google_analytics_id": "G-RC6NRK4GNN",
67+
},
6568
"show_navbar_depth": 1,
6669
"show_toc_level": 1,
6770
"repository_url": "https://github.com/AI-Hypercomputer/maxtext",

0 commit comments

Comments
 (0)