Skip to content

Commit 889b582

Browse files
sneakers-the-ratlwasser
authored andcommitted
remove google tag
1 parent 0f33652 commit 889b582

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

conf.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"sphinx_copybutton",
3636
"sphinx.ext.intersphinx",
3737
"sphinx_sitemap",
38-
"sphinxcontrib.gtagjs",
3938
"sphinxext.opengraph",
4039
]
4140

@@ -98,21 +97,12 @@
9897
"footer_items": ["copyright"],
9998
}
10099

101-
html_theme_options["analytics"] = {
102-
"google_analytics_id": "UA-141260825-1",
103-
}
104-
105100
html_context = {
106101
"github_user": "pyopensci",
107102
"github_repo": "python-package-guide",
108103
"github_version": "main",
109104
}
110105

111-
# Add analytics to furo theme
112-
gtagjs_ids = [
113-
"UA-141260825-1",
114-
]
115-
116106
# Add any paths that contain templates here, relative to this directory.
117107
templates_path = ["_templates"]
118108

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ sphinx-sitemap
99
# Support for social / adds meta tags
1010
sphinxext-opengraph
1111
sphinx-inline-tabs
12-
# Support for GA
13-
sphinxcontrib-gtagjs

0 commit comments

Comments
 (0)