refactor: Move implementation of mock to sphinx.ext.autodoc.mock

This commit is contained in:
Takeshi KOMIYA
2019-02-27 14:49:07 +09:00
parent 30ea7c94eb
commit af51e9825a
7 changed files with 272 additions and 205 deletions

View File

@@ -234,6 +234,21 @@ The following is a list of deprecated interfaces.
- (will be) Removed
- Alternatives
* - ``sphinx.ext.autodoc.importer.MockFinder``
- 2.1
- 4.0
- ``sphinx.ext.autodoc.mock.MockFinder``
* - ``sphinx.ext.autodoc.importer.MockLoader``
- 2.1
- 4.0
- ``sphinx.ext.autodoc.mock.MockLoader``
* - ``sphinx.ext.autodoc.importer.mock()``
- 2.1
- 4.0
- ``sphinx.ext.autodoc.mock.mock()``
* - ``sphinx.ext.autosummary.autolink_role()``
- 2.1
- 4.0