summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-05-25 23:59:22 +0200
committerGeorg Brandl <georg@python.org>2010-05-25 23:59:22 +0200
commitc671e81d6cb448fefddf2a1ebbfcccff8b2c622f (patch)
tree4db91d11d973e2087e6be56824c59d68cadf24e8 /doc/conf.py
parent5be7570ee85e2961a7a25fec6f30fff3c0437da2 (diff)
downloadsphinx-git-c671e81d6cb448fefddf2a1ebbfcccff8b2c622f.tar.gz
Restore sphinxdoc theme.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py3
1 files changed, 1 insertions, 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'