mirror of https://github.com/python/cpython
Fix the pyspecific SOURCE_URI (#110811)
This commit is contained in:
parent
2a68f77026
commit
b7f9661bc1
|
@ -39,7 +39,7 @@ except ImportError:
|
||||||
|
|
||||||
ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
|
ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
|
||||||
GH_ISSUE_URI = 'https://github.com/python/cpython/issues/%s'
|
GH_ISSUE_URI = 'https://github.com/python/cpython/issues/%s'
|
||||||
SOURCE_URI = 'https://github.com/python/cpython/tree/3.12/%s'
|
SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
|
||||||
|
|
||||||
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
|
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
|
||||||
from docutils.parsers.rst.states import Body
|
from docutils.parsers.rst.states import Body
|
||||||
|
|
Loading…
Reference in New Issue