Close #6798: autosummary: emit `autodoc-skip-member` event on generating stub file

This commit is contained in:
Takeshi KOMIYA
2019-11-14 02:23:06 +09:00
parent ef09ea23fe
commit 66c3dd3adb
7 changed files with 64 additions and 2 deletions

View File

@@ -143,6 +143,11 @@ also use these config values:
The new files will be placed in the directories specified in the
``:toctree:`` options of the directives.
.. versionchanged:: 2.3
Emits :event:`autodoc-skip-member` event as :mod:`~sphinx.ext.autodoc`
does.
.. confval:: autosummary_mock_imports
This value contains a list of modules to be mocked up. See