We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a752a67 + f0dd69d commit 53ed7f8Copy full SHA for 53ed7f8
requirements.txt
@@ -2,4 +2,5 @@ myst_parser
2
sphinx_rtd_theme
3
sphinx-tabs
4
sphinx-copybutton
5
-sphinxcontrib-jquery
+sphinxcontrib-jquery
6
+sphinxcontrib-googleanalytics
source/conf.py
@@ -18,7 +18,8 @@
18
extensions = ['myst_parser',
19
'sphinx_tabs.tabs',
20
'sphinx_copybutton',
21
- "sphinxcontrib.jquery"]
+ "sphinxcontrib.jquery",
22
+ 'sphinxcontrib.googleanalytics']
23
24
templates_path = ['_templates']
25
exclude_patterns = []
@@ -36,5 +37,8 @@
36
37
# Tabs options
38
sphinx_tabs_disable_tab_closing = True
39
40
+googleanalytics_id = "G-5TVGLW8S8T"
41
+googleanalytics_enabled = True
42
+
43
def setup(app):
44
app.add_css_file("css/custom.css")
0 commit comments