From 04da4cf6b06fbea11845d7cda5584babd4273807 Mon Sep 17 00:00:00 2001 From: Niall Pemberton Date: Wed, 12 Nov 2025 08:58:02 +0000 Subject: [PATCH] Remove Google Analytics from the Burr Website (Fixes #592) --- docs/conf.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ba07505ec..f56a54300 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,6 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -import os import subprocess apache_footer = """ @@ -52,10 +51,6 @@ "sphinx_toolbox.collapse", ] -if os.getenv("GITHUB_ACTIONS"): # only add googleanalytics if building on GitHub Actions - extensions.append("sphinxcontrib.googleanalytics") - googleanalytics_id = "G-20Z3J1CR22" - templates_path = ["_templates"] exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]