mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix test: deprecation warning for extlinks
This commit is contained in:
parent
742a2e0c0a
commit
8d54010675
@ -42,7 +42,7 @@ latex_additional_files = ['svgimg.svg']
|
|||||||
coverage_c_path = ['special/*.h']
|
coverage_c_path = ['special/*.h']
|
||||||
coverage_c_regexes = {'function': r'^PyAPI_FUNC\(.*\)\s+([^_][\w_]+)'}
|
coverage_c_regexes = {'function': r'^PyAPI_FUNC\(.*\)\s+([^_][\w_]+)'}
|
||||||
|
|
||||||
extlinks = {'issue': ('http://bugs.python.org/issue%s', 'issue '),
|
extlinks = {'issue': ('http://bugs.python.org/issue%s', 'issue %s'),
|
||||||
'pyurl': ('http://python.org/%s', None)}
|
'pyurl': ('http://python.org/%s', None)}
|
||||||
|
|
||||||
# modify tags from conf.py
|
# modify tags from conf.py
|
||||||
|
Loading…
Reference in New Issue
Block a user