We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c82af commit 3f4c693Copy full SHA for 3f4c693
docs/source/conf.py
@@ -23,7 +23,12 @@
23
24
# Add any Sphinx extension module names here, as strings. They can be extensions
25
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
26
-extensions = ["sphinx.ext.todo", "sphinx.ext.ifconfig", "sphinx.ext.mathjax"]
+extensions = [
27
+ "sphinx.ext.todo",
28
+ "sphinx.ext.ifconfig",
29
+ "sphinx.ext.mathjax",
30
+ "sphinxcontrib.googleanalytics",
31
+]
32
33
# Add any paths that contain templates here, relative to this directory.
34
templates_path = ["_templates"]
@@ -105,6 +110,7 @@
105
110
"logo_text": "R API",
106
111
}
107
112
html_context = {"default_mode": "light"}
113
+googleanalytics_id = "G-LEM4RDGQBY"
108
114
109
115
html_baseurl = "https://rampl.ampl.com/en/latest/"
116
0 commit comments