Sourced from sphinx's releases.
Sphinx 8.0.2
Changelog: https://www.sphinx-doc.org/en/master/changes.html
Sourced from sphinx's changelog.
Release 8.0.2 (released Jul 30, 2024)
Bugs fixed
- Fix the
pygments.Formatter.__class_getitem__
patch. Patch by Adam Turner.Release 8.0.1 (released Jul 30, 2024)
Bugs fixed
- Patch
pygments.Formatter.__class_getitem__
in Pygments 2.17. Patch by Adam Turner.Release 8.0.0 (released Jul 29, 2024)
Dependencies
- #12633: Drop Python 3.9 support.
Incompatible changes
.. rst-class:: compact
Remove deprecated functions from
sphinx.util
:
- Removed
sphinx.util.path_stabilize
(usesphinx.util.osutil.path_stabilize
).- Removed
sphinx.util.display_chunk
(usesphinx.util.display.display_chunk
).- Removed
sphinx.util.status_iterator
(usesphinx.util.display.status_iterator
).- Removed
sphinx.util.SkipProgressMessage
(usesphinx.util.display.SkipProgressMessage
).- Removed
sphinx.util.progress_message
(usesphinx.util.display.progress_message
).- Removed
sphinx.util.epoch_to_rfc1123
(usesphinx.http_date.epoch_to_rfc1123
).- Removed
sphinx.util.rfc1123_to_epoch
(usesphinx.http_date.rfc1123_to_epoch
).- Removed
sphinx.util.save_traceback
(usesphinx.exceptions.save_traceback
).- Removed
sphinx.util.format_exception_cut_frames
... (truncated)
043750e
Bump to 8.0.2 finalcee9efc
Use classmethod
for a class method16fed35
Bump versiond9bda77
Bump to 8.0.1 final006a6a7
Fix Flake8d0915ab
Fix mypy865b513
Patch pygments.Formatter.__class_getitem__
in Pygments
2.17f1d3c3f
Bump version0e8a638
Bump to 8.0.0 final5750d0e
[bot]: Update message catalogues (#12641)