summaryrefslogtreecommitdiff
path: root/sphinx/config.py
diff options
context:
space:
mode:
authorJonathan Jacobs <korpse@slipgate.za.net>2010-10-24 23:30:00 +0200
committerJonathan Jacobs <korpse@slipgate.za.net>2010-10-24 23:30:00 +0200
commit3d77d4cc7f1cc890d7cf4eff52146d30f8175f87 (patch)
tree0fa321ec7a1364b8d08d674fb5fc11df19fd22f1 /sphinx/config.py
parentfc19876da360d5b68631d913adeb4d7e9f586231 (diff)
downloadsphinx-3d77d4cc7f1cc890d7cf4eff52146d30f8175f87.tar.gz
Implement "man_show_urls" configuration option to show the URL after external references in manpages.
Diffstat (limited to 'sphinx/config.py')
-rw-r--r--sphinx/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/config.py b/sphinx/config.py
index 6f957314..13d0a990 100644
--- a/sphinx/config.py
+++ b/sphinx/config.py
@@ -159,6 +159,7 @@ class Config(object):
# manpage options
man_pages = ([], None),
+ man_show_urls = (False, None),
# Texinfo options
texinfo_documents = ([], None),