Skip to content

Commit 37e076b

Browse files
committed
Switch the theme to 'furo'
1 parent 6127a2b commit 37e076b

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

conf.py

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,8 @@
9393
# -- Options for HTML output ---------------------------------------------------
9494

9595
# Use the upstream python-docs-theme
96-
html_theme = 'python_docs_theme'
97-
html_theme_options = {
98-
'collapsiblesidebar': True,
99-
'issues_url': 'https://github.com/python/devguide/issues/new',
100-
}
96+
html_theme = 'furo'
97+
html_theme_options = {}
10198

10299

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

110-
# Custom sidebar templates, filenames relative to this file.
111-
html_sidebars = {
112-
# Defaults taken from http://www.sphinx-doc.org/en/stable/config.html#confval-html_sidebars
113-
# Removes the quick search block
114-
'**': ['localtoc.html', 'globaltoc.html', 'relations.html', 'customsourcelink.html'],
115-
}
116-
117107
# Additional static files.
118108
html_static_path = ['tools/static']
119109

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Sphinx
2-
python-docs-theme
2+
furo

0 commit comments

Comments
 (0)