[3.10] Update Sphinx bpo role to use redirect URI. (#91890)

* Update Sphinx bpo role to use redirect URI. (GH-32342)

* [3.10] Update Sphinx bpo role to use redirect URI. (GH-32342).
(cherry picked from commit 08cfe07950)

Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>

* Fix whitespace.
This commit is contained in:
Ezio Melotti 2022-04-24 23:07:51 +02:00 committed by GitHub
parent c7e6bfd150
commit dc31334ab1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/3.10/%s'
# monkey-patch reST parser to disable alphabetic and roman enumerated lists