From 13dc5884e3be164979433355ddfe33cebe9883d8 Mon Sep 17 00:00:00 2001 From: Uday Vidyadharan Date: Mon, 2 Dec 2024 15:52:44 -0600 Subject: [PATCH] add analytics --- docs/source/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9f602b75..86f62e9c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -351,6 +351,12 @@ def setup(app): html_context['github_user'] = 'FIRST-Tech-Challenge' html_context['github_repo'] = 'ftcdocs' html_context['github_version'] = 'main/docs/source/' + + analytics = { + 'gtag': 'G-7B5F7THY9C' + } + + # Configure RTD Theme