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.
Added
sphinx_rtd_theme
option for google analytics tracking by configuringhtml_theme_options = {'analytics_id': 'UA-164358105-1'}
inconf.pf
. This solution is based on the following PR.Removed dependency on unsupported
sphinxcontrib.googleanalytics
. This was done because the unsupportedsphinxcontrib.googleanalytics
package required modification in order tomake html
, see workaround here.