From c671e81d6cb448fefddf2a1ebbfcccff8b2c622f Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 25 May 2010 23:59:22 +0200 Subject: [PATCH] Restore sphinxdoc theme. --- doc/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index e009fa1b4..b268a13f0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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'