mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
[3.9] Update Sphinx bpo role to use redirect URI. (#91891)
* Update Sphinx bpo role to use redirect URI. (GH-32342)
* [3.9] Update Sphinx bpo role to use redirect URI. (GH-32342).
(cherry picked from commit 08cfe07950)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
This commit is contained in:
parent
e4f5bff140
commit
7f897b9626
1 changed files with 1 additions and 1 deletions
|
|
@ -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/3.9/%s'
|
||||
|
||||
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue