diff options
author | Roland Meister <devnull@localhost> | 2011-05-23 21:22:33 +0200 |
---|---|---|
committer | Roland Meister <devnull@localhost> | 2011-05-23 21:22:33 +0200 |
commit | 43d3e9395005ae0310ce6d02f71feb23c47beb28 (patch) | |
tree | 36546f3d560c8d0671417eb4b7c2c2e63d15744c /sphinx/config.py | |
parent | 5c554a7fa41ff11ae8c80ff7eb451bb60e8ab3c3 (diff) | |
parent | 0504a877574b8aad20b4b74f25e18d40ce0c1f3a (diff) | |
download | sphinx-43d3e9395005ae0310ce6d02f71feb23c47beb28.tar.gz |
Merge with birkenfeld/sphinx.
Diffstat (limited to 'sphinx/config.py')
-rw-r--r-- | sphinx/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/config.py b/sphinx/config.py index 37b2dcbd..9421330e 100644 --- a/sphinx/config.py +++ b/sphinx/config.py @@ -172,6 +172,7 @@ class Config(object): texinfo_appendices = ([], None), texinfo_elements = ({}, None), texinfo_domain_indices = (True, None), + texinfo_show_urls = ('footnote', None), # linkcheck options linkcheck_ignore = ([], None), |