Skip to content

Commit b8fbbf7

Browse files
authored
Merge branch 'main' into css-local-fonts
2 parents 42027f4 + 0a05376 commit b8fbbf7

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

_static/pyos.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
--pst-font-family-heading: 'Poppins', sans-serif;
1515
--pst-font-family-base: 'Poppins', sans-serif;
1616
--pyos-font-family-h1: 'Itim', serif;
17+
1718
}
1819

1920
html, body {

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)