diff options
| author | Jon Waltman <jonathan.waltman@gmail.com> | 2011-03-06 00:30:19 -0600 |
|---|---|---|
| committer | Jon Waltman <jonathan.waltman@gmail.com> | 2011-03-06 00:30:19 -0600 |
| commit | 92a6e76c46314cfb3311c18e5f9909f40976345c (patch) | |
| tree | 31f39810b28a37e47532921a318fdf179a1fa2ae /sphinx/quickstart.py | |
| parent | c7c168e1baae584eb0738e212b0dd86802fe6468 (diff) | |
| download | sphinx-92a6e76c46314cfb3311c18e5f9909f40976345c.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 583be99f..5b6e3e49 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 = ''' |
