File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ Features added
4747* #13065: Enable colour by default in when running on CI.
4848 Patch by Adam Turner.
4949* Allow supressing warnings from the :rst:dir: `toctree ` directive when a glob
50- pattern doesn't match any documents, via the new ``toc.empty_glob ``
50+ pattern doesn't match any documents, via the new ``toc.glob_not_matching ``
5151 warning sub-type.
5252 Patch by Slawek Figiel.
53- * #9732: Add the new ``autodoc.mocked_object `` warnings sub-type.
53+ * #9732: Add the new ``autodoc.mock_objects `` warnings sub-type.
5454 Patch by Cyril Roelandt.
5555* #7630, #4824: autodoc: Use :file: `.pyi ` type stub files
5656 to auto-document native modules.
@@ -73,6 +73,8 @@ Features added
7373* #9732: Add the new ``ref.any `` warnings sub-type
7474 to allow suppressing the ambiguous 'any' cross-reference warning.
7575 Patch by Simão Afonso and Adam Turner.
76+ * #13172: Add support for short signatures in autosummary.
77+ Patch by Tim Hoffmann
7678
7779Bugs fixed
7880----------
You can’t perform that action at this time.
0 commit comments