@@ -13,14 +13,6 @@ Deprecated
1313Features added
1414--------------
1515
16- * #12456: Add :option: `sphinx-autogen --remove-old ` option.
17- Patch by Chris Sewell.
18- * #12448: Add :option: `sphinx-apidoc --remove-old ` option.
19- Patch by Chris Sewell.
20- * #12358: Add :attr: `.Sphinx.fresh_env_used `.
21- Patch by Chris Sewell.
22- * #12361: Add :attr: `.BuildEnvironment.parser `.
23- Patch by Chris Sewell.
2416* #11165: Support the `officially recommended `_ ``.jinja `` suffix for template
2517 files.
2618 Patch by James Addison and Adam Turner
@@ -29,11 +21,27 @@ Features added
2921* Flatten ``Union[Literal[T], Literal[U], ...] `` to ``Literal[T, U, ...] ``
3022 when turning annotations into strings.
3123 Patch by Adam Turner.
24+ * #12319: ``sphinx.ext.extlinks ``: Add ``extlink-{name} `` CSS class to links.
25+ Patch by Hugo van Kemenade.
26+ * #12387: Improve CLI progress message, when copying assets.
27+ Patch by INADA Nakoi and Bénédikt Tran.
28+ * #12361: Add :attr: `.BuildEnvironment.parser `.
29+ Patch by Chris Sewell.
30+ * #12358: Add :attr: `.Sphinx.fresh_env_used `.
31+ Patch by Chris Sewell.
3232* #12329: Add detection of ambiguous ``std:label `` and ``std:term `` references during
3333 loading and resolution of Intersphinx targets.
3434 Patch by James Addison.
35- * #12319: ``sphinx.ext.extlinks ``: Add ``extlink-{name} `` CSS class to links.
36- Patch by Hugo van Kemenade.
35+ * #12422: Do not duplicate "navigation" in aria-label of built-in themes.
36+ Patch by Thomas Weißschuh
37+ * #12421: Include project name in ``logo_alt `` of built-in themes.
38+ Patch by Thomas Weißschuh
39+ * #12448: Add :option: `sphinx-apidoc --remove-old ` option.
40+ Patch by Chris Sewell.
41+ * #12456: Add :option: `sphinx-autogen --remove-old ` option.
42+ Patch by Chris Sewell.
43+ * #12479: Add warning subtype ``toc.no_title ``.
44+ Patch by Ondřej Navrátil.
3745* #12492: Add helper methods for parsing reStructuredText content into nodes from
3846 within a directive.
3947
@@ -46,6 +54,8 @@ Features added
4654
4755 Patch by Adam Turner.
4856
57+ * #12258: Support ``typing_extensions.Unpack ``
58+ Patch by Bénédikt Tran and Adam Turner.
4959
5060Bugs fixed
5161----------
@@ -77,16 +87,6 @@ Bugs fixed
7787 builders without native support for data-URIs in their output format.
7888 Patch by James Addison.
7989
80- Improvements
81- ------------
82-
83- * #12387: Improve CLI progress message, when copying assets.
84- Patch by Bénédikt Tran.
85- * #12422: Do not duplicate "navigation" in aria-label of built-in themes.
86- Patch by Thomas Weißschuh
87- * #12421: Include project name in ``logo_alt `` of built-in themes.
88- Patch by Thomas Weißschuh
89-
9090Testing
9191-------
9292
0 commit comments