Merge pull request #6873 from tk0miya/5923_autodoc_inherited_members_can_ignore_specific_superclass

Close #5923: autodoc: allow not to document inherited members of specific super class
This commit is contained in:
Takeshi KOMIYA
2019-12-22 16:30:56 +09:00
committed by GitHub
4 changed files with 83 additions and 12 deletions

View File

@@ -14,6 +14,8 @@ Incompatible changes
* Drop features and APIs deprecated in 1.8.x
* #247: autosummary: stub files are overwritten automatically by default. see
:confval:`autosummary_generate_overwrite` to change the behavior
* #5923: autodoc: the members of ``object`` class are not documented by default
when ``:inherited-members:`` and ``:special-members:`` are given.
Deprecated
----------
@@ -23,6 +25,8 @@ Features added
* #247: autosummary: Add :confval:`autosummary_generate_overwrite` to overwrite
old stub file
* #5923: autodoc: ``:inherited-members:`` option takes a name of anchestor class
not to document inherited members of the class and uppers
Bugs fixed
----------