diff --git a/docs/source/conf.py b/docs/source/conf.py index 796aae08..a4ffa278 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -86,6 +86,11 @@ html_theme = "sphinx_rtd_theme" html_logo = "icon-sparsezoo.png" +html_theme_options = { + 'analytics_id': 'UA-128364174-1', # Provided by Google in your dashboard + 'analytics_anonymize_ip': False, +} + # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". diff --git a/docs/source/index.rst b/docs/source/index.rst index 2902d9a2..835d31be 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -113,6 +113,5 @@ Additionally, more information can be found via :maxdepth: 2 :caption: Help and Support - `Bugs, Feature Requests `_ - `Support, General Q&A `_ - \ No newline at end of file + Bugs, Feature Requests + Support, General Q&A \ No newline at end of file