Skip to content

Commit 5f01b00

Browse files
committed
Python 3.14.0b1
1 parent 3dfed23 commit 5f01b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tools/extensions/pyspecific.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from sphinx.util.docutils import SphinxDirective
2323

2424
# 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'
25+
SOURCE_URI = 'https://github.com/python/cpython/tree/3.14/%s'
2626

2727
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
2828
from docutils.parsers.rst.states import Body

0 commit comments

Comments
 (0)