From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 6 May 2025 15:32:57 +0000 (+0300) Subject: Python 3.14.0b1 X-Git-Tag: v3.14.0b1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f01b00deae68c97823d568f863c5d42d959a05f;p=thirdparty%2FPython%2Fcpython.git Python 3.14.0b1 --- diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py index f5451adb37b0..fd6b8f95f736 100644 --- a/Doc/tools/extensions/pyspecific.py +++ b/Doc/tools/extensions/pyspecific.py @@ -22,7 +22,7 @@ from sphinx.locale import _ as sphinx_gettext from sphinx.util.docutils import SphinxDirective # Used in conf.py and updated here by python/release-tools/run_release.py -SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s' +SOURCE_URI = 'https://github.com/python/cpython/tree/3.14/%s' # monkey-patch reST parser to disable alphabetic and roman enumerated lists from docutils.parsers.rst.states import Body