Opened 6 months ago
Closed 5 months ago
#20506 closed enhancement (fixed)
sphinx-8.1.3
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.3 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version.
Change History (6)
comment:1 by , 6 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 6 months ago
comment:3 by , 6 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
53836892db Update to gtksourceview-5.14.1. b73aa5e8a8 Update to git-2.47.0. 497eca1fdc Update to URI-5.30 (Perl Module). b3bc61f345 Update to SPIRV-Headers and SPIRV-Tools-1.3.296.0. 003bc0cb4a Update to sentry_sdk-2.16.0 (Python Module). 6d4313af02 Update to sphinx-8.1.0 (Python Module). 4f4eab088c Update to sphinx_rtd_theme-3.0.1 (Python Module).
comment:4 by , 6 months ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | sphinx-8.1.0 → sphinx-8.1.3 |
Now version 8.1.3.
comment:5 by , 5 months ago
Release 8.1.3 (released Oct 13, 2024)
Bugs fixed
- Restore support for :func:
!cut_lines
with no object type.
Release 8.1.2 (released Oct 12, 2024)
Bugs fixed
- Expose :exc:
sphinx.errors.ExtensionError
insphinx.util
for backwards compatibility. This will be removed in Sphinx 9, as exposing the exception in
sphinx.util
was never intentional. :exc:
!ExtensionError
has been part ofsphinx.errors
since Sphinx 0.9.
Release 8.1.1 (released Oct 11, 2024)
Bugs fixed
- Use the preferred https://www.cve.org/ URL for the :rst:role:`:cve: <cve>` role.
- LaTeX: Improve resiliency when the required
fontawesome
or
fontawesome5
packages are not installed.
comment:6 by , 5 months ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Fixed at commit 59a82b1c15.
Note:
See TracTickets
for help on using tickets.
Release 8.1.0 (released Oct 10, 2024) Dependencies
sphinxcontrib-*
dependencies.
parskip
package from 2001 to 2018.
Incompatible changes
sphinx.util.Tee
.
fvset
default is changed to'
fvset{fontsize=auto}'
from
'
fvset{fontsize=
small}'
. Code-blocks are unchanged as FreeMono is now loaded with
Scale=0.9
. An adjustment to existing projects is needed only if they used a custom :ref:
fontpkg
configuration and did not set :ref:fvset
.zh_CN
and
zh_TW
by default.
Deprecated
sphinx.util.import_object
. Use :py:func:`importlib.import_module` instead.
sphinx.util.FilenameUniqDict
and
sphinx.util.DownloadFiles
.
Features added
contents <table-of-contents>
, :dudir:topic
, and :dudir:sidebar
directives separately customizable for PDF output.math_numsep
support to latex builder.--fail-on-warning <sphinx-build --fail-on-warning>
is used. Instead, exit with a non-zero status if any warnings were generated during the build.sphinx-build --exception-on-warning
, to raise an exception when warnings are emitted during the build.html_last_updated_use_utc
to allow using universal time (GMT/UTC) instead of local time for the date-time supplied to :confval:html_last_updated_fmt
.'%Y'
placeholder to substitute the current year. This is helpful for reducing the reliance on Python modules such as :py:mod:`time
or :py:mod:
datetimein :file:
conf.py`. See :ref:the docs <config-copyright>
for further detail..Builder.supported_linkcode
attribute for builders to enable use of :mod:sphinx.ext.linkcode
-generated references.Bugs fixed
intersphinx_cache_limit
.Overfull \hbox
from too long strings in a codeline when the problem has actually been solved thanks to :ref:
latexsphinxsetupforcewraps
.UnreferencedFootnotesDetector
transform has been improved to more consistently detect unreferenced footnotes. Note, the priority of the transform has been changed from 200 to 622, so that it now runs after the docutils
Footnotes
resolution transform.
'sphinxsetup' <latexsphinxsetup>
div.topic_box-shadow
key if used with only one dimension set both x-offset and y-offset as per documentation.
-q <sphinx-build -q>
(quiet) option for :program:sphinx-build -M latexpdf
or :program:make latexpdf
(O=-q
) get passed to :program:
latexmk
. Let :option:-Q <sphinx-build -Q>
(silent) apply as well to the PDF build phase.\DUrole
's, rather than a single one with comma separated classes.
RFC 3986, §4.4 <3986#section-4.4>
, e.g.,index.html#foo
becomes
#foo
. (note: continuation of a partial fix added in Sphinx 7.3.0)
695
generic classes LaTeX output formatting.:noindex:
for the :rst:dir:`js:module` and :rst:dir:`py:module` directives.
_t
suffix during
apidoc
RST rendering (regression in 7.4.0).
SOURCE_DATE_EPOCH
for entries that match the current system clock year, and disallow substitution of future years.
intersphinx_cache_limit
, which always kept the cache for positive values, and always refreshed it for negative ones.is typed as
final
`, meaning that the :event:write-started
event may be relied upon by extensions. A new :py:meth:`.Builder.write_documents` method has been added to control how documents are written. This is intended for builders that do not output a file for each document.Testing
karma
JavaScript test framework to the actively-maintained
jasmine
framework. Test coverage is unaffected.