diff options
author | Georg Brandl <georg@python.org> | 2010-10-22 07:10:44 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-22 07:10:44 +0200 |
commit | 39dc69e9d919fda67a599c85ec52be3f12950c4a (patch) | |
tree | a8ce4d0976b9ad354d11e6f6f4b420a529dafef6 /doc/conf.py | |
parent | f50ce38f9c1cbc2450b8f77a0dbde0d4795d3a67 (diff) | |
download | sphinx-git-39dc69e9d919fda67a599c85ec52be3f12950c4a.tar.gz |
Remove obsolete config value.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index b3a1cda79..51e18096d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -21,7 +21,6 @@ show_authors = True html_theme = 'sphinxdoc' modindex_common_prefix = ['sphinx.'] html_static_path = ['_static'] -html_index = 'index.html' html_sidebars = {'index': ['indexsidebar.html', 'searchbox.html']} html_additional_pages = {'index': 'index.html'} html_use_opensearch = 'http://sphinx.pocoo.org' |