Restore sphinxdoc theme.

This commit is contained in:
Georg Brandl
2010-05-25 23:59:22 +02:00
parent 5be7570ee8
commit c671e81d6c

View File

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