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
show_authors = True
html_theme = 'default'
html_theme_options = {'collapsiblesidebar': True, 'stickysidebar': False}
html_theme = 'sphinxdoc'
modindex_common_prefix = ['sphinx.']
html_static_path = ['_static']
html_index = 'index.html'