Skip to content

Commit

Permalink
remove google tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat authored and lwasser committed Dec 6, 2023
1 parent 0f33652 commit 889b582
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
10 changes: 0 additions & 10 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"sphinx_copybutton",
"sphinx.ext.intersphinx",
"sphinx_sitemap",
"sphinxcontrib.gtagjs",
"sphinxext.opengraph",
]

Expand Down Expand Up @@ -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"]

Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ sphinx-sitemap
# Support for social / adds meta tags
sphinxext-opengraph
sphinx-inline-tabs
# Support for GA
sphinxcontrib-gtagjs

0 comments on commit 889b582

Please sign in to comment.