Merge branch '2.0' into 6772_apidoc_quiet_mode

This commit is contained in:
Takeshi KOMIYA
2020-02-02 23:59:52 +09:00
committed by GitHub
5 changed files with 88 additions and 3 deletions

View File

@@ -59,6 +59,8 @@ Features added
* SphinxTranslator now calls visitor/departure method for super node class if
visitor/departure method for original node class not found
* #6418: Add new event: :event:`object-description-transform`
* py domain: :rst:dir:`py:data` and :rst:dir:`py:attribute` take new options
named ``:type:`` and ``:value:`` to describe its type and initial value
* #6772: apidoc: Add ``-q`` option for quiet mode
Bugs fixed