]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.15] Update `SOURCE_URI` for `3.15` branch (#150783)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 2 Jun 2026 12:05:14 +0000 (15:05 +0300)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2026 12:05:14 +0000 (12:05 +0000)
Doc/tools/extensions/pyspecific.py

index f9bf273e7624a0421174bb56bbb22db7e9d4b590..85e7f5454252d2a109e211e3cdf6d5b4537e75a6 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.15/%s'
 
 class PyAwaitableMixin(object):
     def handle_signature(self, sig, signode):