From: Ezio Melotti Date: Sun, 24 Apr 2022 21:07:51 +0000 (+0200) Subject: [3.10] Update Sphinx bpo role to use redirect URI. (#91890) X-Git-Tag: v3.10.5~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc31334ab1b43225b65358fa361b46c22918b400;p=thirdparty%2FPython%2Fcpython.git [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 08cfe079503ffd19d8b7ab324f0fdb1c6b150ca8) Co-authored-by: Ezio Melotti * Fix whitespace. --- diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py index 7f505a1ede89..cce364c0e624 100644 --- a/Doc/tools/extensions/pyspecific.py +++ b/Doc/tools/extensions/pyspecific.py @@ -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