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 6fb884d commit 124a3a7Copy full SHA for 124a3a7
doc/source/conf.py
@@ -75,9 +75,12 @@ def mock_asscalar(val):
75
'sphinx.ext.napoleon',
76
'sphinx.ext.autosummary',
77
'sphinx.ext.intersphinx',
78
- 'sphinx.ext.mathjax'
+ 'sphinx.ext.mathjax',
79
+ 'sphinxcontrib.googleanalytics'
80
]
81
82
+googleanalytics_id = 'G-6WSSSBGTH8'
83
+
84
#mathjax_path = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"
85
86
intersphinx_mapping = {
0 commit comments