From ea5ce51ab558f78ee2cdc460d854f66e4ca3d50b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Goul=C3=A3o?= Date: Tue, 12 Mar 2024 11:46:31 +0000 Subject: [PATCH] Add gtag (#109) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 1374db4eb..8cc8be02a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -90,7 +90,7 @@ def setup(app): html_theme_options = { "light_logo": "img/stable_retro_black.svg", "dark_logo": "img/stable_retro_white.svg", - # "gtag": "", + "gtag": "G-0VNK81VVGP", "description": "", "image": "img/stable-retro-github.png", "versioning": True,