Support priority of event handlers

This commit is contained in:
Takeshi KOMIYA
2020-01-12 00:07:58 +09:00
parent f169560395
commit 2e338aa5cd
4 changed files with 56 additions and 13 deletions

View File

@@ -18,6 +18,7 @@ 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
* The structure of ``sphinx.events.EventManager.listeners`` has changed
Deprecated
----------
@@ -36,6 +37,8 @@ Features added
* #6558: glossary: emit a warning for duplicated glossary entry
* #6558: std domain: emit a warning for duplicated generic objects
* #6830: py domain: Add new event: :event:`object-description-transform`
* Support priority of event handlers. For more detail, see
:py:meth:`.Sphinx.connect()`
Bugs fixed
----------