From 1e8f6143ed03f850988c06eb66c78971ac6a3b2f Mon Sep 17 00:00:00 2001 From: Rachel Clune Date: Wed, 1 Apr 2026 18:13:31 -0700 Subject: [PATCH] Adding simple analytics to track documentation page views --- doc/source/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 6205274..1ccb75a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -96,3 +96,8 @@ "color-brand-visited": "#37939B", } } + +# Inject Simple Analytics +html_js_files = [ + "https://scripts.simpleanalyticscdn.com/latest.js", +]