diff options
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), |