Skip to content

Commit e989371

Browse files
committed
Stop hiding the name in the sidebar
This makes the homepage accessible via the sidebar.
1 parent 328b812 commit e989371

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/conf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@
5050
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
5151

5252
html_title = "Python Packaging User Guide"
53-
5453
html_theme = "furo"
55-
html_theme_options = {
56-
"sidebar_hide_name": True,
57-
}
5854

5955
html_favicon = "assets/py.png"
6056
html_last_updated_fmt = ""

0 commit comments

Comments
 (0)