diff options
| author | Georg Brandl <georg@python.org> | 2011-01-04 22:11:57 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-01-04 22:11:57 +0100 |
| commit | 3a462de2183149c6c5ae30e44f70f6a9cb273b20 (patch) | |
| tree | e843fb4d667552af95e3c8a5b22c71149832f485 /sphinx/quickstart.py | |
| parent | a5cb39ec601b05a4e62ee5272e140d51dab21476 (diff) | |
| parent | 8264b4cf8daf88fa2304ac053e05e01154f84d2b (diff) | |
| download | sphinx-3a462de2183149c6c5ae30e44f70f6a9cb273b20.tar.gz | |
merge with bb+http://jonathanj/sphinx
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 a896fb56..4d7e2db3 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -255,6 +255,9 @@ man_pages = [ [u'%(author_str)s'], 1) ] +# 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 |
