diff options
author | Jonathan Waltman <jonathan.waltman@gmail.com> | 2011-03-06 00:30:19 -0600 |
---|---|---|
committer | Jonathan Waltman <jonathan.waltman@gmail.com> | 2011-03-06 00:30:19 -0600 |
commit | 54290ed0e668e56c6b104a8a5f98224e33a59b2c (patch) | |
tree | 31f39810b28a37e47532921a318fdf179a1fa2ae /sphinx/quickstart.py | |
parent | 20dcad36a3fd50aa541581c87f54b9e786018570 (diff) | |
download | sphinx-git-54290ed0e668e56c6b104a8a5f98224e33a59b2c.tar.gz |
Add :confval:`texinfo_show_urls`.
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 = ''' |