]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Python 3.14.0b1
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 6 May 2025 15:32:57 +0000 (18:32 +0300)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 6 May 2025 15:32:57 +0000 (18:32 +0300)
Doc/tools/extensions/pyspecific.py

index f5451adb37b0b4c00750a22832be4ef010cffaa6..fd6b8f95f736fdf458575def2d8ecdea662266c9 100644 (file)
@@ -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