diff options
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''' |