From ce3f5daba83cb5ecd035f74b9c34e7f1d54f9190 Mon Sep 17 00:00:00 2001 From: Ice Pasupat Date: Mon, 7 Aug 2023 11:13:23 -0700 Subject: [PATCH] Added Google Analytics tag to the documentation site. --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 3aa77d57..1621637a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -72,6 +72,7 @@ "source_branch": "master", "source_directory": "docs/", "versioning": True, + "gtag": "G-PR9ZPS99C2", } html_static_path = ["_static"]