We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f64c62 commit 7da1855Copy full SHA for 7da1855
1 file changed
docs/source/conf.py
@@ -56,6 +56,12 @@
56
#
57
html_theme = 'sphinx_rtd_theme'
58
59
+# Theme options for sphinx_rtd_theme
60
+html_theme_options = {
61
+ 'analytics_id': 'G-Q1K210DS5W', # Google Analytics 4 tracking ID
62
+ 'analytics_anonymize_ip': False,
63
+}
64
+
65
# Add any paths that contain custom static files (such as style sheets) here,
66
# relative to this directory. They are copied after the builtin static files,
67
# so a file named "default.css" will overwrite the builtin "default.css".
0 commit comments