Opened 9 months ago
Closed 8 months ago
#20117 closed enhancement (fixed)
sphinx-8.0.2
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Yet another point version. Let's wait a while to see if it settles down.
Change History (3)
comment:1 by , 8 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 months ago
Summary: | sphinx-7.4.7 (Python module) (Hold until August) → sphinx-8.0.2 |
---|
comment:3 by , 8 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
c189a023b4 Update gstreamer stack to 1.24.6. ee14f5f257 Update to sphinx-8.0.2 (Python module).
Note:
See TracTickets
for help on using tickets.
Now version 8.0.2.
Release 8.0.2 (released Jul 30, 2024)
Bugs fixed
pygments.Formatter.class_getitem
patch.
Release 8.0.1 (released Jul 30, 2024)
pygments.Formatter.class_getitem
in Pygments 2.17.
Release 8.0.0 (released Jul 29, 2024)
Dependencies
Incompatible changes
sphinx.util
:
sphinx.util.path_stabilize
(use
sphinx.util.osutil.path_stabilize
).
sphinx.util.display_chunk
(use
sphinx.util.display.display_chunk
).
sphinx.util.status_iterator
(use
sphinx.util.display.status_iterator
).
sphinx.util.SkipProgressMessage
(use
sphinx.util.display.SkipProgressMessage
).
sphinx.util.progress_message
(use
sphinx.util.display.progress_message
).
sphinx.util.epoch_to_rfc1123
(use
sphinx.http_date.epoch_to_rfc1123
).
sphinx.util.rfc1123_to_epoch
(use
sphinx.http_date.rfc1123_to_epoch
).
sphinx.util.save_traceback
(use
sphinx.exceptions.save_traceback
).
sphinx.util.format_exception_cut_frames
(use
sphinx.exceptions.format_exception_cut_frames
).
sphinx.util.xmlname_checker
(use
sphinx.builders.epub3._XML_NAME_PATTERN
).
html_sidebars
values.Makefile
and :file:make.bat
output in :program:sphinx-quickstart
.!--no-use-make-mode
, :option:!-M
, :option:!--use-make-mode
, and :option:!-m
options from :program:sphinx-quickstart
.linkcheck
configuration defaults:
linkcheck_allow_unauthorized
is nowFalse
by default.
linkcheck_report_timeouts_as_broken
is nowFalse
by default.
show_warning_types
fromFalse
to
True
.
intersphinx_mapping
format.force=True
.
isinstance(obj, typing.NewType)
instead on Python 3.10 and newer.
Deprecated
sphinx.ext.intersphinx.normalize_intersphinx_mapping
to
sphinx.ext.intersphinx.validate_intersphinx_mapping
. The old name will be removed in Sphinx 10.
to convert :py:class:
~pathlib.Path` objects to strings, or :py:class:`~pathlib.Path`'s methods to work with path objects.Release 7.4.7 (released Jul 20, 2024)
Bugs fixed
sphinx.ext.autodoc
, especially when using :mod:
dataclasses
as type metadata.