diff --git a/conf.py b/conf.py index 3b037524..3acf35dd 100644 --- a/conf.py +++ b/conf.py @@ -35,7 +35,6 @@ "sphinx_copybutton", "sphinx.ext.intersphinx", "sphinx_sitemap", - "sphinxcontrib.gtagjs", "sphinxext.opengraph", ] @@ -98,21 +97,12 @@ "footer_items": ["copyright"], } -html_theme_options["analytics"] = { - "google_analytics_id": "UA-141260825-1", -} - html_context = { "github_user": "pyopensci", "github_repo": "python-package-guide", "github_version": "main", } -# Add analytics to furo theme -gtagjs_ids = [ - "UA-141260825-1", -] - # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] diff --git a/requirements.txt b/requirements.txt index 6581a694..133681b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,3 @@ sphinx-sitemap # Support for social / adds meta tags sphinxext-opengraph sphinx-inline-tabs -# Support for GA -sphinxcontrib-gtagjs