We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfed23 commit 5f01b00Copy full SHA for 5f01b00
Doc/tools/extensions/pyspecific.py
@@ -22,7 +22,7 @@
22
from sphinx.util.docutils import SphinxDirective
23
24
# Used in conf.py and updated here by python/release-tools/run_release.py
25
-SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
+SOURCE_URI = 'https://github.com/python/cpython/tree/3.14/%s'
26
27
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
28
from docutils.parsers.rst.states import Body
0 commit comments