From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 2 Jun 2026 12:05:14 +0000 (+0300) Subject: [3.15] Update `SOURCE_URI` for `3.15` branch (#150783) X-Git-Tag: v3.15.0b2~5 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=de7576edfa6e6fd46e433b668ae0610e89640230;p=thirdparty%2FPython%2Fcpython.git [3.15] Update `SOURCE_URI` for `3.15` branch (#150783) --- diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py index f9bf273e7624..85e7f5454252 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.15/%s' class PyAwaitableMixin(object): def handle_signature(self, sig, signode):