summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
diff options
context:
space:
mode:
authorJon Waltman <jonathan.waltman@gmail.com>2011-02-23 17:55:39 -0600
committerJon Waltman <jonathan.waltman@gmail.com>2011-02-23 17:55:39 -0600
commit0fe0f0ba1f41ea84ca61d2a8bc593fc9542ff28e (patch)
tree4aafe68a897f89c30ffc2b2c9a7f056b7c713493 /sphinx/quickstart.py
parent2bf06582b7dc889b29c425de082de42bf9f54c7d (diff)
downloadsphinx-0fe0f0ba1f41ea84ca61d2a8bc593fc9542ff28e.tar.gz
Document :confval:`texinfo_domain_indices` and update quickstart.
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r--sphinx/quickstart.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py
index 0818ad0a..583be99f 100644
--- a/sphinx/quickstart.py
+++ b/sphinx/quickstart.py
@@ -258,6 +258,7 @@ man_pages = [
# If true, show URL addresses after external links.
#man_show_urls = False
+
# -- Options for Texinfo output ------------------------------------------------
# Grouping the document tree into Texinfo files. List of tuples
@@ -269,7 +270,10 @@ texinfo_documents = [
]
# Documents to append as an appendix to all manuals.
-texinfo_appendices = []
+#texinfo_appendices = []
+
+# If false, no module index is generated.
+#texinfo_domain_indices = True
'''
EPUB_CONFIG = '''