Skip to content

Commit 0a43477

Browse files
committed
add analytics
1 parent 84d8c93 commit 0a43477

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ sphinx-tabs
88
sphinx-sitemap<2.7.0
99
sphinx-copybutton
1010
sphinxcontrib-bibtex
11+
sphinxcontrib-googleanalytics
1112
myst-parser
1213

source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
extensions = [
8989
# 'toctree_filter',
9090
# 'sphinx_rtd_theme',
91+
'sphinxcontrib.googleanalytics',
9192
'sphinx_copybutton',
9293
'sphinx_tabs.tabs',
9394
"sphinx.ext.autosummary",
@@ -99,6 +100,7 @@
99100
"dollarmath",
100101
"attrs_inline"
101102
]
103+
googleanalytics_id = "G-35GQBT0DZP"
102104

103105
bibtex_bibfiles = ["references.bib"]
104106

0 commit comments

Comments
 (0)