From 32414bf3d3d18c2ea78da945f7fcaa714773ec1b Mon Sep 17 00:00:00 2001 From: Roland Meister Date: Thu, 14 Feb 2013 21:34:26 +0100 Subject: [PATCH] Add orphan documents as epub_post_files. --- doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) 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']