In the default theme, the sidebar can experimentally now be made collapsible using the new `collapsiblesidebar` theme option.

This commit is contained in:
Georg Brandl
2010-05-24 23:14:35 +02:00
parent 6dedbfff21
commit 784e598743
8 changed files with 175 additions and 3 deletions

View File

@@ -18,7 +18,8 @@ version = sphinx.__released__
release = version
show_authors = True
html_theme = 'sphinxdoc'
html_theme = 'default'
html_theme_options = {'collapsiblesidebar': True, 'stickysidebar': False}
modindex_common_prefix = ['sphinx.']
html_static_path = ['_static']
html_index = 'index.html'