diff options
author | Roland Meister <Roland Meister@localhost> | 2010-06-07 22:28:48 +0200 |
---|---|---|
committer | Roland Meister <Roland Meister@localhost> | 2010-06-07 22:28:48 +0200 |
commit | 13adb67063b12d4960f368e5247ae3423c22654a (patch) | |
tree | 9681ce7b4b6d7286575f2627c06119b964bf5901 /doc/conf.py | |
parent | d54377153a8d2942dc9a9baf171dd8f5c40f2ff4 (diff) | |
download | sphinx-git-13adb67063b12d4960f368e5247ae3423c22654a.tar.gz |
Correct handling of extensions for extra files
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
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'] |