mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
[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:
parent
c7e6bfd150
commit
dc31334ab1
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/3.10/%s'
|
||||
|
||||
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue