mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update CHANGES for PR #9427
This commit is contained in:
parent
866719f48f
commit
ac2b9a4f66
6
CHANGES
6
CHANGES
@ -99,6 +99,9 @@ Bugs fixed
|
||||
* #9306: Linkcheck reports broken link when remote server closes the connection
|
||||
on HEAD request
|
||||
* #9280: py domain: "exceptions" module is not displayed
|
||||
* #9418: py domain: a Callable annotation with no parameters
|
||||
(e.g. ``Callable[[], None])`` will be rendered with a bracket missing
|
||||
(``Callable[], None]``)
|
||||
* #9319: quickstart: Make sphinx-quickstart exit when conf.py already exists
|
||||
* #9387: xml: XML Builder ignores custom visitors
|
||||
* #9224: ``:param:`` and ``:type:`` fields does not support a type containing
|
||||
@ -127,9 +130,6 @@ Features added
|
||||
Bugs fixed
|
||||
----------
|
||||
|
||||
* #9418: a Callable annotation with no parameters (e.g. Callable[[], None]) will
|
||||
be rendered with a bracket missing (Callable[], None])
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user