We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006bf94 commit 3088ea1Copy full SHA for 3088ea1
docs/requirements.txt
@@ -19,3 +19,4 @@ sphinx_rtd_theme>=1.1.1
19
# reference system
20
#sphinxcontrib-bibtex
21
#sphinxcontrib-napoleon
22
+sphinxcontrib-googleanalytics
docs/source/conf.py
@@ -47,9 +47,14 @@
47
"sphinx_copybutton",
48
"sphinx_design",
49
"sphinx_rtd_theme",
50
+ "sphinxcontrib.googleanalytics",
51
"breathe",
52
]
53
54
+# Google Analytics
55
+googleanalytics_id = "G-TSZZK2V8V4"
56
+googleanalytics_enabled = True
57
+
58
# Add any paths that contain templates here, relative to this directory.
59
templates_path = ["_templates"]
60
0 commit comments