diff options
| author | Roland Meister <devnull@localhost> | 2013-02-14 21:34:26 +0100 |
|---|---|---|
| committer | Roland Meister <devnull@localhost> | 2013-02-14 21:34:26 +0100 |
| commit | bd544800a7bae6c43cf1a9ee49b34e404d4bd1e1 (patch) | |
| tree | 711fafeecd3d3bbe366bd53c38c3dd8d6cbf3e61 /doc | |
| parent | 6c51d259c6218f33db3eb1deadfe79e542003d3b (diff) | |
| download | sphinx-bd544800a7bae6c43cf1a9ee49b34e404d4bd1e1.tar.gz | |
Add orphan documents as epub_post_files.
Diffstat (limited to 'doc')
| -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 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'] |
