diff options
| author | Jonathan Jacobs <korpse@slipgate.za.net> | 2010-10-24 23:30:00 +0200 |
|---|---|---|
| committer | Jonathan Jacobs <korpse@slipgate.za.net> | 2010-10-24 23:30:00 +0200 |
| commit | 3d77d4cc7f1cc890d7cf4eff52146d30f8175f87 (patch) | |
| tree | 0fa321ec7a1364b8d08d674fb5fc11df19fd22f1 /sphinx/quickstart.py | |
| parent | fc19876da360d5b68631d913adeb4d7e9f586231 (diff) | |
| download | sphinx-3d77d4cc7f1cc890d7cf4eff52146d30f8175f87.tar.gz | |
Implement "man_show_urls" configuration option to show the URL after external references in manpages.
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 b67ee054..016460a2 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 |
