diff options
author | Roland Meister <Roland Meister@localhost> | 2013-02-14 21:34:26 +0100 |
---|---|---|
committer | Roland Meister <Roland Meister@localhost> | 2013-02-14 21:34:26 +0100 |
commit | 32414bf3d3d18c2ea78da945f7fcaa714773ec1b (patch) | |
tree | 711fafeecd3d3bbe366bd53c38c3dd8d6cbf3e61 /doc/conf.py | |
parent | e887aaa6172eae16d00057216c82be1307cfdfca (diff) | |
download | sphinx-git-32414bf3d3d18c2ea78da945f7fcaa714773ec1b.tar.gz |
Add orphan documents as epub_post_files.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index e9998d237..ef3ff68d7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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'] |