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 /sphinx/quickstart.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 'sphinx/quickstart.py')
| -rw-r--r-- | sphinx/quickstart.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index 2184ba619..bfc6d723b 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -343,6 +343,9 @@ epub_copyright = u'%(copyright_str)s' # If 'no', URL addresses will not be shown. #epub_show_urls = 'inline' + +# If false, no index is generated. +#epub_use_index = True ''' INTERSPHINX_CONFIG = u''' |
