summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorRoland Meister <Roland Meister@localhost>2010-06-07 22:28:48 +0200
committerRoland Meister <Roland Meister@localhost>2010-06-07 22:28:48 +0200
commit13adb67063b12d4960f368e5247ae3423c22654a (patch)
tree9681ce7b4b6d7286575f2627c06119b964bf5901 /doc/conf.py
parentd54377153a8d2942dc9a9baf171dd8f5c40f2ff4 (diff)
downloadsphinx-git-13adb67063b12d4960f368e5247ae3423c22654a.tar.gz
Correct handling of extensions for extra files
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index e102c155d..299f321ac 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -34,7 +34,7 @@ epub_author = 'Georg Brandl'
epub_publisher = 'http://sphinx.pocoo.org/'
epub_scheme = 'url'
epub_identifier = epub_publisher
-epub_pre_files = [('index', 'Welcome')]
+epub_pre_files = [('index.html', 'Welcome')]
epub_exclude_files = ['_static/opensearch.xml', '_static/doctools.js',
'_static/jquery.js', '_static/searchtools.js', '_static/underscore.js',
'_static/basic.css', 'search.html']