mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add orphan documents as epub_post_files.
This commit is contained in:
parent
e887aaa617
commit
32414bf3d3
@ -35,6 +35,8 @@ epub_publisher = 'http://sphinx-doc.org/'
|
|||||||
epub_scheme = 'url'
|
epub_scheme = 'url'
|
||||||
epub_identifier = epub_publisher
|
epub_identifier = epub_publisher
|
||||||
epub_pre_files = [('index.html', 'Welcome')]
|
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',
|
epub_exclude_files = ['_static/opensearch.xml', '_static/doctools.js',
|
||||||
'_static/jquery.js', '_static/searchtools.js', '_static/underscore.js',
|
'_static/jquery.js', '_static/searchtools.js', '_static/underscore.js',
|
||||||
'_static/basic.css', 'search.html', '_static/websupport.js']
|
'_static/basic.css', 'search.html', '_static/websupport.js']
|
||||||
|
Loading…
Reference in New Issue
Block a user