mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
py domain: Allow to make a style for arguments of functions and methods (refs: #6417)
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -19,6 +19,8 @@ Incompatible changes
|
||||
when ``:inherited-members:`` and ``:special-members:`` are given.
|
||||
* #6830: py domain: ``meta`` fields in info-field-list becomes reserved. They
|
||||
are not displayed on output document now
|
||||
* #6417: py domain: doctree of desc_parameterlist has been changed. The
|
||||
argument names, annotations and default values are wrapped with inline node
|
||||
* The structure of ``sphinx.events.EventManager.listeners`` has changed
|
||||
* Due to the scoping changes for :rst:dir:`productionlist` some uses of
|
||||
:rst:role:`token` must be modified to include the scope which was previously
|
||||
@@ -67,6 +69,7 @@ Features added
|
||||
* #6830: py domain: Add new event: :event:`object-description-transform`
|
||||
* #6895: py domain: Do not emit nitpicky warnings for built-in types
|
||||
* py domain: Support lambda functions in function signature
|
||||
* #6417: py domain: Allow to make a style for arguments of functions and methods
|
||||
* Support priority of event handlers. For more detail, see
|
||||
:py:meth:`.Sphinx.connect()`
|
||||
* #3077: Implement the scoping for :rst:dir:`productionlist` as indicated
|
||||
|
||||
Reference in New Issue
Block a user