Finishing touches to update main branch for 3.15 (#133588)

This commit is contained in:
Hugo van Kemenade
2025-05-07 20:46:41 +03:00
committed by GitHub
parent 5ea24116b0
commit 942673ed19
3 changed files with 3 additions and 1 deletions

View 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/3.14/%s'
SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
from docutils.parsers.rst.states import Body

View File

@@ -139,6 +139,7 @@ New features
------------
* TODO
Porting to Python 3.15
----------------------

View File

@@ -11,6 +11,7 @@ anyone wishing to stay up-to-date after a new release.
.. toctree::
:maxdepth: 2
3.15.rst
3.14.rst
3.13.rst
3.12.rst