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", +]