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.
2 parents 22a2d4a + 99b4392 commit 59eba39Copy full SHA for 59eba39
docs/source/conf.py
@@ -37,6 +37,8 @@
37
'sphinx.ext.viewcode',
38
'sphinx.ext.githubpages',
39
'sphinx.ext.autosummary',
40
+ 'sphinx_rtd_theme',
41
+ 'sphinxcontrib.googleanalytics',
42
]
43
44
# List of patterns, relative to source directory, that match files and
@@ -84,3 +86,7 @@
84
86
'includehidden': True,
85
87
'titles_only': False
88
}
89
+
90
+# Google Analytics 4 (GA4) tracking
91
+googleanalytics_id = "G-Q1K210DS5W"
92
+googleanalytics_enabled = True
setup.cfg
@@ -72,6 +72,7 @@ dev =
72
pre-commit~=3.3.3
73
sphinx~=8.2.3
74
sphinx-rtd-theme~=3.0.2
75
+ sphinxcontrib-googleanalytics~=0.5
76
tox~=4.11.0
77
types-setuptools~=68.1.0.0
78
0 commit comments