Changelog¶
Release 8.3.0 (in development)¶
Dependencies¶
#13786: Support Docutils 0.22. Patch by Adam Turner.
Incompatible changes¶
#13639:
SphinxComponentRegistry.create_source_parser()
no longer has an app parameter, instead taking config and env. Patch by Adam Turner.
Deprecated¶
13627: Deprecate remaining public
.app
attributes, includingbuilder.app
,env.app
,events.app
, andSphinxTransform.`app
. Patch by Adam Turner.#13637: Deprecate the
set_application()
method ofParser
objects. Patch by Adam Turner.#13644: Deprecate the
Parser.config
andenv
attributes. Patch by Adam Turner.#13665: Deprecate support for non-UTF 8 source encodings, scheduled for removal in Sphinx 10. Patch by Adam Turner.
#13679: Non-decodable characters in source files will raise an error in Sphinx 9. Currently, such bytes are replaced with ‘?’ along with logging a warning. Patch by Adam Turner.
#13682: Deprecate
sphinx.io
. Sphinx no longer uses thesphinx.io
classes, having replaced them with standard Python I/O. The entiresphinx.io
module will be removed in Sphinx 10. Patch by Adam Turner.
Features added¶
#13332: Add
doctest_fail_fast
option to exit after the first failed test. Patch by Till Hoffmann.#13439: linkcheck: Permit warning on every redirect with
linkcheck_allowed_redirects = {}
. Patch by Adam Turner and James Addison.#13497: Support C domain objects in the table of contents.
#13500: LaTeX: add support for
fontawesome6
package. Patch by Jean-François B.#13509: autodoc: Detect
typing_extensions.overload
andfinal()
decorators. Patch by Spencer Brown.#13535: html search: Update to the latest version of Snowball (v3.0.1). Patch by Adam Turner.
#13647: LaTeX: allow more cases of table nesting. Patch by Jean-François B.
#13657: LaTeX: support CSS3 length units. Patch by Jean-François B.
#13684: intersphinx: Add a file-based cache for remote inventories. The location of the cache directory must not be relied upon externally, as it may change without notice or warning in future releases. Patch by Adam Turner.
#13805: LaTeX: add support for
fontawesome7
package. Patch by Jean-François B.
Bugs fixed¶
#1327: LaTeX: tables using longtable raise error if
tabularcolumns
specifies automatic widths (L
,R
,C
, orJ
). Patch by Jean-François B.#3447: LaTeX: when assigning longtable class to table for PDF, it may render “horizontally” and overflow in right margin. Patch by Jean-François B.
#8828: LaTeX: adding a footnote to a longtable cell causes table to occupy full width. Patch by Jean-François B.
#11498: LaTeX: Table in cell fails to build if it has many rows. Patch by Jean-François B.
#11515: LaTeX: longtable does not allow nested table. Patch by Jean-François B.
#11973: LaTeX: links in table captions do not work in PDF. Patch by Jean-François B.
#12821: LaTeX: URLs/links in section titles should render in PDF. Patch by Jean-François B.
#13369: Correctly parse and cross-reference unpacked type annotations. Patch by Alicia Garcia-Raboso.
#13528: Add tilde
~
prefix support forpy:deco
. Patch by Shengyu Zhang and Adam Turner.#13597: LaTeX: table nested in a merged cell leads to invalid LaTeX mark-up and PDF cannot be built. Patch by Jean-François B.
#13619: LaTeX: possible duplicated footnotes in PDF from object signatures (typically if
latex_show_urls
= 'footnote'
). Patch by Jean-François B.#13635: LaTeX: if a cell contains a table, row coloring is turned off for the next table cells. Patch by Jean-François B.
#13685: gettext: Correctly ignore trailing backslashes. Patch by Bénédikt Tran.
#13712: intersphinx: Don’t add “v” prefix to non-numeric versions. Patch by Szymon Karpinski.
#13688: HTML builder: Replace
<em class="property">
with<span class="property">
for attribute type annotations to improve semantic HTML structure. Patch by Mark Ostroth.#13812 (discussion): LaTeX: long
confval
value does not wrap at spaces in PDF. Patch by Jean-François B.#10785: Autodoc: Allow type aliases defined in the project to be properly cross-referenced when used as type annotations. This makes it possible for objects documented as
:py:data:
to be hyperlinked in function signatures.#13858: doctest: doctest blocks are now correctly added to a group defined by the configuration variable
doctest_test_doctest_blocks
.
Testing¶
Prior releases¶
- Sphinx 8.2
- Sphinx 8.1
- Sphinx 8.0
- Sphinx 7.4
- Release 7.4.7 (released Jul 20, 2024)
- Release 7.4.6 (released Jul 18, 2024)
- Release 7.4.5 (released Jul 16, 2024)
- Release 7.4.4 (released Jul 15, 2024)
- Release 7.4.3 (released Jul 15, 2024)
- Release 7.4.2 (released Jul 15, 2024)
- Release 7.4.1 (released Jul 15, 2024)
- Release 7.4.0 (released Jul 15, 2024)
- Sphinx 7.3
- Release 7.3.7 (released Apr 19, 2024)
- Release 7.3.6 (released Apr 17, 2024)
- Release 7.3.5 (released Apr 17, 2024)
- Release 7.3.4 (released Apr 17, 2024)
- Release 7.3.3 (released Apr 17, 2024)
- Release 7.3.2 (released Apr 17, 2024)
- Release 7.3.1 (released Apr 17, 2024)
- Release 7.3.0 (released Apr 16, 2024)
- Sphinx 7.2
- Sphinx 7.1
- Sphinx 7.0
- Sphinx 6.2
- Sphinx 6.1
- Sphinx 6.0
- Sphinx 5.3
- Sphinx 5.2
- Sphinx 5.1
- Sphinx 5.0
- Sphinx 4.5
- Sphinx 4.4
- Sphinx 4.3
- Sphinx 4.2
- Sphinx 4.1
- Sphinx 4.0
- Sphinx 3.5
- Sphinx 3.4
- Sphinx 3.3
- Sphinx 3.2
- Sphinx 3.1
- Sphinx 3.0
- Sphinx 2.4
- Sphinx 2.3
- Sphinx 2.2
- Sphinx 2.1
- Sphinx 2.0
- Sphinx 1.8
- Sphinx 1.7
- Release 1.7.9 (released Sep 05, 2018)
- Release 1.7.8 (released Aug 29, 2018)
- Release 1.7.7 (released Aug 19, 2018)
- Release 1.7.6 (released Jul 17, 2018)
- Release 1.7.5 (released May 29, 2018)
- Release 1.7.4 (released Apr 25, 2018)
- Release 1.7.3 (released Apr 23, 2018)
- Release 1.7.2 (released Mar 21, 2018)
- Release 1.7.1 (released Feb 23, 2018)
- Release 1.7.0 (released Feb 12, 2018)
- Sphinx 1.6
- Sphinx 1.5
- Sphinx 1.4
- Release 1.4.9 (released Nov 23, 2016)
- Release 1.4.8 (released Oct 1, 2016)
- Release 1.4.7 (released Oct 1, 2016)
- Release 1.4.6 (released Aug 20, 2016)
- Release 1.4.5 (released Jul 13, 2016)
- Release 1.4.4 (released Jun 12, 2016)
- Release 1.4.3 (released Jun 5, 2016)
- Release 1.4.2 (released May 29, 2016)
- Release 1.4.1 (released Apr 12, 2016)
- Release 1.4 (released Mar 28, 2016)
- Sphinx 1.3
- Release 1.3.6 (released Feb 29, 2016)
- Release 1.3.5 (released Jan 24, 2016)
- Release 1.3.4 (released Jan 12, 2016)
- Release 1.3.3 (released Dec 2, 2015)
- Release 1.3.2 (released Nov 29, 2015)
- Release 1.3.1 (released Mar 17, 2015)
- Release 1.3 (released Mar 10, 2015)
- Release 1.3b3 (released Feb 24, 2015)
- Release 1.3b2 (released Dec 5, 2014)
- Release 1.3b1 (released Oct 10, 2014)
- Sphinx 1.2
- Sphinx 1.1
- Sphinx 1.0
- Sphinx 0.6
- Sphinx 0.5
- Sphinx 0.4
- Sphinx 0.3
- Sphinx 0.2
- Sphinx 0.1