summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
diff options
context:
space:
mode:
authorRoland Meister <devnull@localhost>2013-03-06 18:43:21 +0100
committerRoland Meister <devnull@localhost>2013-03-06 18:43:21 +0100
commitd08df2a099199517de3ab333af86d30d2b7b4d38 (patch)
tree3b731c5d31a7f1e708a43744d639fd4868538212 /sphinx/quickstart.py
parentd61c077fbcacedf0e2ec0940f28a4808cd8d6d02 (diff)
downloadsphinx-d08df2a099199517de3ab333af86d30d2b7b4d38.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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py
index 2184ba61..bfc6d723 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'''