From e32043acbf269d8924c91af42a7a37f38fb80762 Mon Sep 17 00:00:00 2001 From: "Mark E. Haase" Date: Fri, 5 Jul 2024 15:53:45 -0400 Subject: [PATCH] Add google analytics --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index c560fc2..5c0f390 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,7 +74,7 @@ "prs_numbers": prs_numbers, } html_theme_options = { - "analytics_id": "", # TODO Create and fill in Google Analytics G-tag. + "analytics_id": "G-BRQ3ZFX9EQ", "display_version": True, "logo_only": True, "style_external_links": True,