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 583be99fd..5b6e3e491 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -274,6 +274,9 @@ texinfo_documents = [ # If false, no module index is generated. #texinfo_domain_indices = True + +# How to display URL addresses: 'footnote', 'no', or 'inline'. +#texinfo_show_urls = 'footnote' ''' EPUB_CONFIG = ''' |