Closes #5636: autosummary: Add autosummary_mock_imports to mock external libraries

This commit is contained in:
Takeshi KOMIYA
2019-02-11 19:22:57 +09:00
parent a90a19aa0d
commit 73b8d6ff33
7 changed files with 51 additions and 6 deletions

View File

@@ -143,6 +143,11 @@ also use this new config value:
The new files will be placed in the directories specified in the
``:toctree:`` options of the directives.
.. confval:: autosummary_mock_imports
This value contains a list of modules to be mocked up. See
:confval:`autodoc_mock_imports` for more details. It defaults to
:confval:`autodoc_mock_imports`.
Customizing templates
---------------------