From 600f35916bd7e07fc2fab57c703b294233b13a7c Mon Sep 17 00:00:00 2001 From: Pedro Minatel Date: Fri, 24 Nov 2023 09:39:55 +0000 Subject: [PATCH] Added the Google Analytics ID on the configuration file (#8915) --- docs/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 42e94533e..47b30b912 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -67,3 +67,6 @@ html_static_path = ['_static'] # Style # pygments_style = "sphinx" + +# Tracking ID for Google Analytics +google_analytics_id = 'G-F58JM78930'