This is an automated email from the ASF dual-hosted git repository. skrawcz pushed a commit to branch stefan/rm-ga in repository https://gitbox.apache.org/repos/asf/burr.git
commit c784b3a983b9290624d8b33c25aea8a60c163189 Author: Niall Pemberton <[email protected]> AuthorDate: Wed Nov 12 08:58:02 2025 +0000 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 ba07505e..f56a5430 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 @@ extensions = [ "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"]
