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 37e076b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 2 additions & 12 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 Down
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 37e076b

Please sign in to comment.