diff options
| author | Georg Brandl <georg@python.org> | 2010-05-24 23:14:35 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-05-24 23:14:35 +0200 |
| commit | 497376f86c7a82e91c4e1ceaa00a5ca2ef9ce3ae (patch) | |
| tree | 9445a405bf26cdb847ffd5cb64d33c20d9ad2cb0 /doc/conf.py | |
| parent | 497a609be5d146b753f378cefd5202f3edf81097 (diff) | |
| download | sphinx-497376f86c7a82e91c4e1ceaa00a5ca2ef9ce3ae.tar.gz | |
In the default theme, the sidebar can experimentally now be made collapsible using the new ``collapsiblesidebar`` theme option.
Diffstat (limited to 'doc/conf.py')
| -rw-r--r-- | doc/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index b268a13f..e009fa1b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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' |
