From d8fedbd7180731fc3a654f6f51d32fa1eda1a410 Mon Sep 17 00:00:00 2001 From: pedrominatel Date: Fri, 24 Nov 2023 08:51:02 +0000 Subject: [PATCH] Added the Google Analytics ID on the configuration file --- docs/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 42e94533e34..47b30b912ed 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -67,3 +67,6 @@ # Style # pygments_style = "sphinx" + +# Tracking ID for Google Analytics +google_analytics_id = 'G-F58JM78930'