Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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