diff --git a/docs/source/conf.py b/docs/source/conf.py index 83646aa8..6d6acc8e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,6 +48,12 @@ exclude_patterns = [] # html_theme = "sphinx_rtd_theme" +# Theme options are theme-specific and customize the look and feel of a theme +# further. For a list of options available for each theme, see the +# documentation. +# +html_theme_options = {"analytics_id": "UA-83738774-2"} + # 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".