Skip to content

Commit

Permalink
Merge branch 'main' into css-local-fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser authored Dec 6, 2023
2 parents 42027f4 + 0a05376 commit b8fbbf7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions _static/pyos.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
--pst-font-family-heading: 'Poppins', sans-serif;
--pst-font-family-base: 'Poppins', sans-serif;
--pyos-font-family-h1: 'Itim', serif;

}

html, body {
Expand Down
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 b8fbbf7

Please sign in to comment.