Skip to content

Commit

Permalink
Switch the theme to 'furo'
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal committed Apr 28, 2021
1 parent 6127a2b commit b7824e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
16 changes: 3 additions & 13 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,8 @@
# -- Options for HTML output ---------------------------------------------------

# Use the upstream python-docs-theme
html_theme = 'python_docs_theme'
html_theme_options = {
'collapsiblesidebar': True,
'issues_url': 'https://github.com/python/devguide/issues/new',
}
html_theme = 'furo'
html_theme_options = {}


# The name for this set of Sphinx documents. If None, it defaults to
Expand All @@ -107,13 +104,6 @@
# Path to find HTML templates.
templates_path = ['tools/templates']

# Custom sidebar templates, filenames relative to this file.
html_sidebars = {
# Defaults taken from http://www.sphinx-doc.org/en/stable/config.html#confval-html_sidebars
# Removes the quick search block
'**': ['localtoc.html', 'globaltoc.html', 'relations.html', 'customsourcelink.html'],
}

# Additional static files.
html_static_path = ['tools/static']

Expand All @@ -122,7 +112,7 @@

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
#html_logo = None
html_logo = "python-logo.png"

# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
Expand Down
Binary file added python-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Sphinx
python-docs-theme
furo

0 comments on commit b7824e3

Please sign in to comment.