diff --git a/doc/source/conf.py b/doc/source/conf.py index 715325331..f79c64feb 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -20,6 +20,7 @@ "sphinx.ext.mathjax", "sphinx.ext.graphviz", "sphinx_design", + "sphinxcontrib.googleanalytics", ] # Configure Breathe. @@ -90,6 +91,7 @@ "logo_text": "MP", } html_context = {"default_mode": "light"} +googleanalytics_id = "G-2K2EEK1LBD" html_baseurl = "https://mp.ampl.com"