From e2352af84f5d03b10b5d81413569a6ce90ca1364 Mon Sep 17 00:00:00 2001 From: Amir Feizpour Date: Mon, 20 Apr 2026 14:20:47 -0400 Subject: [PATCH] Add Google Analytics (G-VCPKXBRVQZ) to docs Co-Authored-By: Claude Sonnet 4.6 --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 6e04dfa5..b51f1d20 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -71,6 +71,7 @@ "show_navbar_depth": 1, "show_toc_level": 2, "toc_title": "In This Page:", + "analytics": {"google_analytics_id": "G-VCPKXBRVQZ"}, } html_title = "Sherpa - Thinking Companion" html_logo = "cover_image.png"