mirror of https://github.com/python/cpython
Update Sphinx bpo role to use redirect URI. (#32342)
This commit is contained in:
parent
df81d2892e
commit
08cfe07950
|
@ -43,7 +43,7 @@ except ImportError:
|
|||
import suspicious
|
||||
|
||||
|
||||
ISSUE_URI = 'https://bugs.python.org/issue%s'
|
||||
ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
|
||||
SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
|
||||
|
||||
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
|
||||
|
|
Loading…
Reference in New Issue