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 eec6637 + 124a3a7 commit fb6df4fCopy full SHA for fb6df4f
build_envs/environment.yml
@@ -15,6 +15,7 @@ dependencies:
15
- setuptools
16
- sphinx
17
- sphinx_rtd_theme
18
+ - sphinxcontrib-googleanalytics
19
- wrapt
20
- xarray
21
- python-build
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