@@ -88,21 +88,21 @@ Features added
88
88
* #11592: Add :confval: `coverage_modules ` to the coverage builder
89
89
to allow explicitly specifying which modules should be documented.
90
90
Patch by Stephen Finucane.
91
- * #7896, #11989: Add a :rst:dir: `py:type ` directiv for documenting type aliases,
91
+ * #7896, #11989: Add a :rst:dir: `py:type ` directive for documenting type aliases,
92
92
and a :rst:role: `py:type ` role for linking to them.
93
93
Patch by Ashley Whetter.
94
- * #12549 Add optional ``description `` argument to
95
- :meth: `~sphinx.application .Sphinx.add_config_value `.
94
+ * #12549: Add optional ``description `` argument to
95
+ :meth: `.Sphinx.add_config_value `.
96
96
Patch by Chris Sewell.
97
97
* #6792: Prohibit module import cycles in :mod: `sphinx.ext.autosummary `.
98
98
Patch by Trevor Bekolay.
99
99
* #12508: LaTeX: Revamped styling of all admonitions, with addition of a
100
100
title row with icon.
101
101
Patch by Jean-François B.
102
- * #11773: Display :py:class : `~typing.Annotated ` annotations
102
+ * #11773: Display :py:attr : `~typing.Annotated ` annotations
103
103
with their metadata in the Python domain.
104
104
Patch by Adam Turner and David Stansby.
105
- * #12506 Add ``level `` option to :rst:dir: `rubric ` directive.
105
+ * #12506: Add ``level `` option to :rst:dir: `rubric ` directive.
106
106
Patch by Chris Sewell.
107
107
* #12567: Add the :event: `write-started ` event.
108
108
Patch by Chris Sewell.
@@ -1556,7 +1556,7 @@ Features added
1556
1556
* #9391: texinfo: improve variable in ``samp `` role
1557
1557
* #9578: texinfo: Add :confval: `texinfo_cross_references ` to disable cross
1558
1558
references for readability with standalone readers
1559
- * #9822 (and #9062), add new Intersphinx role :rst:role: `external ` for explicit
1559
+ * #9822, #9062: add new Intersphinx role :rst:role: `external ` for explicit
1560
1560
lookup in the external projects, without resolving to the local project.
1561
1561
1562
1562
Bugs fixed
@@ -3720,7 +3720,7 @@ Features added
3720
3720
signature
3721
3721
* #1063: autodoc: ``automodule `` directive now handles undocumented module level
3722
3722
variables
3723
- * #6212 autosummary: Add :confval: `autosummary_imported_members ` to display
3723
+ * #6212: autosummary: Add :confval: `autosummary_imported_members ` to display
3724
3724
imported members on autosummary
3725
3725
* #6271: ``make clean `` is catastrophically broken if building into '.'
3726
3726
* #6363: Support ``%O% `` environment variable in make.bat
@@ -4002,7 +4002,7 @@ Features added
4002
4002
* #4981: C++, added an alias directive for inserting lists of declarations,
4003
4003
that references existing declarations (e.g., for making a synopsis).
4004
4004
* C++: add ``cpp:struct `` to complement ``cpp:class ``.
4005
- * #1341 the HTML search considers words that contain a search term of length
4005
+ * #1341: the HTML search considers words that contain a search term of length
4006
4006
three or longer a match.
4007
4007
* #4611: epub: Show warning for duplicated ToC entries
4008
4008
* #1851: Allow to omit an argument for :rst:dir: `code-block ` directive. If
@@ -5341,7 +5341,7 @@ Features added
5341
5341
* #3449: On py3, autodoc use inspect.signature for more accurate signature
5342
5342
calculation. Thanks to Nathaniel J. Smith.
5343
5343
* #3641: Epub theme supports HTML structures that are generated by HTML5 writer.
5344
- * #3644 autodoc uses inspect instead of checking types. Thanks to
5344
+ * #3644: autodoc uses inspect instead of checking types. Thanks to
5345
5345
Jeroen Demeyer.
5346
5346
* Add a new extension; ``sphinx.ext.imgconverter ``. It converts images in the
5347
5347
document to appropriate format for builders
0 commit comments