Close #7143: py domain: Add :final: option to py:*: directives

This commit is contained in:
Takeshi KOMIYA
2020-04-26 22:30:49 +09:00
parent 9c98b92c6a
commit 87308d9607
4 changed files with 82 additions and 2 deletions

View File

@@ -64,6 +64,8 @@ Features added
* #7543: html theme: Add top and bottom margins to tables
* C and C++: allow semicolon in the end of declarations.
* C++, parse parameterized noexcept specifiers.
* #7143: py domain: Add ``:final:`` option to :rst:dir:`py:class:`,
:rst:dir:`py:exception:` and :rst:dir:`py:method:` directives
Bugs fixed
----------