Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Switch from "guzzle" to "classic" Sphinx theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
plankter committed Jun 28, 2019
1 parent 96e047f commit aa629dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
8 changes: 1 addition & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
import guzzle_sphinx_theme

html_theme_path = guzzle_sphinx_theme.html_theme_path()
html_theme = 'guzzle_sphinx_theme'

# Register the theme as an extension to generate a sitemap.xml
extensions.append("guzzle_sphinx_theme")
html_theme = "classic"

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
14 changes: 1 addition & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ vulture = "^1.0"
mypy = "*"
autoflake = "^1.3"
isort = "^4.3"
guzzle_sphinx_theme = "^0.7.11"

0 comments on commit aa629dd

Please sign in to comment.