Merge pull request #7827 from tk0miya/7808_napoleon_nitpicky_warning

Revert "ext.napoleon: Emit type annotations at the start of `.. attribute::`"
This commit is contained in:
Takeshi KOMIYA
2020-06-14 11:48:44 +09:00
committed by GitHub
4 changed files with 18 additions and 8 deletions

View File

@@ -7,6 +7,8 @@ Dependencies
Incompatible changes
--------------------
* #7808: napoleon: a type for attribute are represented as typed field
Deprecated
----------
@@ -21,6 +23,7 @@ Bugs fixed
* #7821: autodoc: TypeError is raised for overloaded C-ext function
* #7812: autosummary: generates broken stub files if the target code contains
an attribute and module that are same name
* #7808: napoleon: Warnings raised on variable and attribute type annotations
* #7811: sphinx.util.inspect causes circular import problem
Testing