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