mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Docs: Fix SOURCE_URI (#118945)
This commit is contained in:
parent
35c436186b
commit
7e894c2f38
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ from sphinx.util.display import status_iterator
|
||||||
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'
|
||||||
# Used in conf.py and updated here by python/release-tools/run_release.py
|
# Used in conf.py and updated here by python/release-tools/run_release.py
|
||||||
SOURCE_URI = 'https://github.com/python/cpython/tree/3.13/%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…
Add table
Add a link
Reference in a new issue