Merge pull request #8729 from tk0miya/8727_namespace_subpackage

Fix #8727: apidoc: namespace module file is not generated if no submodules
This commit is contained in:
Takeshi KOMIYA
2021-01-24 13:58:33 +09:00
committed by GitHub
3 changed files with 53 additions and 24 deletions

View File

@@ -53,6 +53,7 @@ Features added
Bugs fixed
----------
* #8727: apidoc: namespace module file is not generated if no submodules there
* #741: autodoc: inherited-members doesn't work for instance attributes on super
class
* #8592: autodoc: ``:meta public:`` does not effect to variables