Skip to content

Commit 124a3a7

Browse files
authored
configure analytics
1 parent 6fb884d commit 124a3a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/source/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,12 @@ def mock_asscalar(val):
7575
'sphinx.ext.napoleon',
7676
'sphinx.ext.autosummary',
7777
'sphinx.ext.intersphinx',
78-
'sphinx.ext.mathjax'
78+
'sphinx.ext.mathjax',
79+
'sphinxcontrib.googleanalytics'
7980
]
8081

82+
googleanalytics_id = 'G-6WSSSBGTH8'
83+
8184
#mathjax_path = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"
8285

8386
intersphinx_mapping = {

0 commit comments

Comments
 (0)