diff --git a/base_conf.py b/base_conf.py index f8781731c..63fe43fd1 100644 --- a/base_conf.py +++ b/base_conf.py @@ -34,6 +34,7 @@ "myst_parser", "sphinx_copybutton", "sphinx_design", + "sphinxcontrib.googleanalytics", # 'sphinx_sitemap', ] @@ -100,3 +101,5 @@ html_context = { "deploy_url": os.environ.get("GZ_DEPLOY_URL", "") } + +googleanalytics_id = "G-JKS50SX85K" diff --git a/requirements.txt b/requirements.txt index 78dc33dca..1a24a3598 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,4 @@ sphinx sphinx-copybutton sphinx-design requests +sphinxcontrib-googleanalytics