Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a074523

Browse files
committed
#3143: enable "collapsible sidebar" feature of new Sphinx version.
1 parent 3f94089 commit a074523

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@
6666
# Options for HTML output
6767
# -----------------------
6868

69+
html_theme = 'default'
70+
html_theme_options = {'collapsiblesidebar': True}
71+
6972
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
7073
# using the given strftime format.
7174
html_last_updated_fmt = '%b %d, %Y'

0 commit comments

Comments
 (0)