diff --git a/docs/source/conf.py b/docs/source/conf.py index c3ae19f50..227e0c3bf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -278,6 +278,8 @@ def linkcode_resolve(domain, info): # noqa: C901 # Choose Bootstrap version. # Values: "3" (default) or "2" (in quotes) "bootstrap_version": "3", + # Insert analytics script in the documentation pages. + "analytics": dict(google_analytics_id="G-5WJBKDMSTE"), } # Add any paths that contain custom static files (such as style sheets) here,