diff options
| author | Jon Waltman <jonathan.waltman@gmail.com> | 2011-02-23 17:55:39 -0600 |
|---|---|---|
| committer | Jon Waltman <jonathan.waltman@gmail.com> | 2011-02-23 17:55:39 -0600 |
| commit | 0fe0f0ba1f41ea84ca61d2a8bc593fc9542ff28e (patch) | |
| tree | 4aafe68a897f89c30ffc2b2c9a7f056b7c713493 /sphinx/quickstart.py | |
| parent | 2bf06582b7dc889b29c425de082de42bf9f54c7d (diff) | |
| download | sphinx-0fe0f0ba1f41ea84ca61d2a8bc593fc9542ff28e.tar.gz | |
Document :confval:`texinfo_domain_indices` and update quickstart.
Diffstat (limited to 'sphinx/quickstart.py')
| -rw-r--r-- | sphinx/quickstart.py | 6 |
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 = ''' |
