File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222from 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/3.14 /%s'
25+ SOURCE_URI = 'https://github.com/python/cpython/tree/main /%s'
2626
2727# monkey-patch reST parser to disable alphabetic and roman enumerated lists
2828from docutils .parsers .rst .states import Body
Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ New features
139139------------
140140
141141* TODO
142+
142143Porting to Python 3.15
143144----------------------
144145
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ anyone wishing to stay up-to-date after a new release.
1111.. toctree ::
1212 :maxdepth: 2
1313
14+ 3.15.rst
1415 3.14.rst
1516 3.13.rst
1617 3.12.rst
You can’t perform that action at this time.
0 commit comments