diff options
author | Roland Meister <Roland Meister@localhost> | 2013-03-06 18:43:21 +0100 |
---|---|---|
committer | Roland Meister <Roland Meister@localhost> | 2013-03-06 18:43:21 +0100 |
commit | a567d77e516c559e8fbfa00ff42fe7233e68ffcc (patch) | |
tree | 3b731c5d31a7f1e708a43744d639fd4868538212 /doc/conf.py | |
parent | 35c44b63fb3598e49f347faa8717dfa3617c85ec (diff) | |
download | sphinx-git-a567d77e516c559e8fbfa00ff42fe7233e68ffcc.tar.gz |
epub_use_index instead of html_use_index for epub builder (Issue #1106)
The change adds the method get_builder_config.
This allows use of the option epub_use_index instead
of html_use_index for epub output.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index ef3ff68d7..8dc1e2fb1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -43,6 +43,7 @@ epub_exclude_files = ['_static/opensearch.xml', '_static/doctools.js', epub_fix_images = False epub_max_image_width = 0 epub_show_urls = 'inline' +epub_use_index = False latex_documents = [('contents', 'sphinx.tex', 'Sphinx Documentation', 'Georg Brandl', 'manual', 1)] |