This is an automated email from the ASF dual-hosted git repository.
skrawcz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/burr.git
The following commit(s) were added to refs/heads/main by this push:
new 04da4cf6 Remove Google Analytics from the Burr Website (Fixes #592)
04da4cf6 is described below
commit 04da4cf6b06fbea11845d7cda5584babd4273807
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"]