Add orphan documents as epub_post_files.

This commit is contained in:
Roland Meister 2013-02-14 21:34:26 +01:00
parent e887aaa617
commit 32414bf3d3

View File

@ -35,6 +35,8 @@ epub_publisher = 'http://sphinx-doc.org/'
epub_scheme = 'url'
epub_identifier = epub_publisher
epub_pre_files = [('index.html', 'Welcome')]
epub_post_files = [('install.html', 'Installing Sphinx'),
('develop.html', 'Sphinx development')]
epub_exclude_files = ['_static/opensearch.xml', '_static/doctools.js',
'_static/jquery.js', '_static/searchtools.js', '_static/underscore.js',
'_static/basic.css', 'search.html', '_static/websupport.js']