diff options
author | Georg Brandl <georg@python.org> | 2010-10-22 11:16:48 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-22 11:16:48 +0200 |
commit | db8189083d6022a34b331d4c482776ba301eae1b (patch) | |
tree | 4772befc0e005a3cd7f7377d6c5777a8f24ec43b /doc/conf.py | |
parent | 92f6212c98871ddba777524039d8b1950a069c53 (diff) | |
parent | 357f8472c7f8b7772d27c561215bc8f981f13001 (diff) | |
download | sphinx-git-db8189083d6022a34b331d4c482776ba301eae1b.tar.gz |
merge with 1.0
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 dd23b0812..69741661d 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' |