MHKiT-Software / MHKiT

MHKiT Documentation
https://MHKiT-Software.github.io/MHKiT/
4 stars 14 forks source link

added sphinx_rtd_theme option for google analytics tracking #18

Closed kmruehl closed 4 years ago

kmruehl commented 4 years ago

Added sphinx_rtd_theme option for google analytics tracking by configuring html_theme_options = {'analytics_id': 'UA-164358105-1'} in conf.pf. This solution is based on the following PR.

Removed dependency on unsupported sphinxcontrib.googleanalytics. This was done because the unsupported sphinxcontrib.googleanalytics package required modification in order to make html, see workaround here.