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 84d8c93 commit 0a43477Copy full SHA for 0a43477
requirements.txt
@@ -8,5 +8,6 @@ sphinx-tabs
8
sphinx-sitemap<2.7.0
9
sphinx-copybutton
10
sphinxcontrib-bibtex
11
+sphinxcontrib-googleanalytics
12
myst-parser
13
source/conf.py
@@ -88,6 +88,7 @@
88
extensions = [
89
# 'toctree_filter',
90
# 'sphinx_rtd_theme',
91
+ 'sphinxcontrib.googleanalytics',
92
'sphinx_copybutton',
93
'sphinx_tabs.tabs',
94
"sphinx.ext.autosummary",
@@ -99,6 +100,7 @@
99
100
"dollarmath",
101
"attrs_inline"
102
]
103
+googleanalytics_id = "G-35GQBT0DZP"
104
105
bibtex_bibfiles = ["references.bib"]
106
0 commit comments