Merge pull request #6064 from tk0miya/5636_add_autosummary_mock_imports

Closes #5635: autosummary: Add autosummary_mock_imports to mock external libraries
This commit is contained in:
Takeshi KOMIYA
2019-02-14 01:13:04 +09:00
committed by GitHub
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
---------------------