Update Sphinx bpo role to use redirect URI. (#32342)

This commit is contained in:
Ezio Melotti 2022-04-11 17:59:35 +02:00 committed by GitHub
parent df81d2892e
commit 08cfe07950
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@
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