From 91e022e5e3599045d791cd417d95aa30df4f53fc Mon Sep 17 00:00:00 2001 From: ZiyiXia Date: Fri, 10 Jan 2025 08:50:31 +0000 Subject: [PATCH] update conf.py --- docs/source/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1a6800a1..34b2a9c9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,6 +26,7 @@ "sphinx.ext.coverage", "sphinx_design", "myst_nb", + "sphinxcontrib.googleanalytics", ] templates_path = ['_templates'] @@ -76,4 +77,6 @@ html_context = { "default_mode": "light" -} \ No newline at end of file +} + +googleanalytics_id = 'G-X4B1E1Q35K' \ No newline at end of file