summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorRoland Meister <devnull@localhost>2013-02-14 21:34:26 +0100
committerRoland Meister <devnull@localhost>2013-02-14 21:34:26 +0100
commitbd544800a7bae6c43cf1a9ee49b34e404d4bd1e1 (patch)
tree711fafeecd3d3bbe366bd53c38c3dd8d6cbf3e61 /doc/conf.py
parent6c51d259c6218f33db3eb1deadfe79e542003d3b (diff)
downloadsphinx-bd544800a7bae6c43cf1a9ee49b34e404d4bd1e1.tar.gz
Add orphan documents as epub_post_files.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index e9998d23..ef3ff68d 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']