Merge branch '3.x' into 8306_autosummary_mocks_are_documented

This commit is contained in:
Takeshi KOMIYA
2020-12-28 17:25:09 +09:00
committed by GitHub
16 changed files with 364 additions and 46 deletions

10
CHANGES
View File

@@ -10,16 +10,26 @@ Incompatible changes
Deprecated
----------
* ``sphinx.ext.autodoc.importer.get_module_members()``
Features added
--------------
* #8022: autodoc: autodata and autoattribute directives does not show right-hand
value of the variable if docstring contains ``:meta hide-value:`` in
info-field-list
Bugs fixed
----------
* #741: autodoc: inherited-members doesn't work for instance attributes on super
class
* #8592: autodoc: ``:meta public:`` does not effect to variables
* #8594: autodoc: empty __all__ attribute is ignored
* #8306: autosummary: mocked modules are documented as empty page when using
:recursive: option
* #8094: texinfo: image files on the different directory with document are not
copied
Testing
--------