Opened 9 months ago
Closed 9 months ago
#20095 closed enhancement (fixed)
sphinx-7.4.4 (Python module)
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (3)
comment:1 by , 9 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 months ago
comment:3 by , 9 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
ef43aa3570 Update to sphinx-7.4.4 (Python module). 5ef9d065d4 Update to c-ares-1.32.2.
Note:
See TracTickets
for help on using tickets.
Release 7.4.4 (released Jul 15, 2024)
Bugs fixed
Release 7.4.3 (released Jul 15, 2024)
Bugs fixed
source_suffix
values with extensions that register parsers.Release 7.4.2 (released Jul 15, 2024)
Bugs fixed
Release 7.4.1 (released Jul 15, 2024)
Bugs fixed
heading-level
is used.
typing.ParamSpec
in autodoc.
Release 7.4.0 (released Jul 15, 2024)
Dependencies
xcolor
package is now required (but is for example part of Ubuntu
texlive-latex-recommended
which has always been required).
fontawesome5
LaTeX package is needed for the default choices of icons now used in admonition titles in PDF output; but if unavailable the PDF build will simply silently omit rendering such icons. Check the documentation of the
iconpackage
key of :ref:`'sphinxsetup' <latexsphinxsetup>` for more.
Deprecated
sphinxlightbox
environment is not used anymore, all types of admonitions use (by default) only
sphinxheavybox
.
Features added
officially recommended
_.jinja
suffix for template files.
Union[Literal[T], Literal[U], ...]
to
Literal[T, U, ...]
when turning annotations into strings.
sphinx.ext.extlinks
: Add
extlink-{name}
CSS class to links.
.BuildEnvironment.parser
..Sphinx.fresh_env_used
.std:label
and
std:term
references during loading and resolution of Intersphinx targets.
logo_alt
of built-in themes.
sphinx-apidoc --remove-old
option.sphinx-autogen --remove-old
option.toc.no_title
.
typing_extensions.Unpack
class
option to the :rst:dir:`toctree` directive.
*
c_id_attributes
, :confval:c_paren_attributes
,cpp_id_attributes
, and :confval:cpp_paren_attributes
can now be a tuple of strings.c_extra_keywords
, :confval:gettext_additional_targets
,html_domain_indices
, :confval:latex_domain_indices
, and :confval:texinfo_domain_indices
, can now be a set of strings.math_numsep
, to define the separator for math numbering.coverage_modules
to the coverage builder to allow explicitly specifying which modules should be documented.description
argument to :meth:
.Sphinx.add_config_value
.sphinx.ext.autosummary
.heading-level
option to :rst:dir:`rubric` directive.
write-started
event.Bugs fixed
collections.abc.Callable
in annotations.
merge_domaindata()
in
sphinx.ext.duration
.
Page N
where
N
is the current page number and the footnote does appear on that same page.
'lualatex'
as :confval:
latex_engine
polyglossia
and not
babel
is used (contrarily to
'xelatex'
).
en
locale.
linkcheck_rate_limit_timeout
configuration setting.
695
formatting for LaTeX output.Testing