update conf.py

This commit is contained in:
ZiyiXia 2025-01-10 08:50:31 +00:00
parent 757db32c0f
commit 91e022e5e3

View File

@ -26,6 +26,7 @@ extensions = [
"sphinx.ext.coverage",
"sphinx_design",
"myst_nb",
"sphinxcontrib.googleanalytics",
]
templates_path = ['_templates']
@ -76,4 +77,6 @@ html_theme_options = {
html_context = {
"default_mode": "light"
}
}
googleanalytics_id = 'G-X4B1E1Q35K'