mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #9163 from tk0miya/extlinks_warning
Fix test: deprecation warning for extlinks
This commit is contained in:
commit
53c6353714
@ -42,7 +42,7 @@ latex_additional_files = ['svgimg.svg']
|
||||
coverage_c_path = ['special/*.h']
|
||||
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)}
|
||||
|
||||
# modify tags from conf.py
|
||||
|
Loading…
Reference in New Issue
Block a user