mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Update Sphinx bpo role to use redirect URI. (#32342)
This commit is contained in:
parent
df81d2892e
commit
08cfe07950
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue