Exclude external imports from autodoc in docs/conf.py for API Reference.

This commit is contained in:
changeling 2019-06-10 16:12:59 -05:00
parent 5cb7d91aaa
commit 3150ec6033

View File

@ -443,6 +443,7 @@ epub_exclude_files = ["search.html"]
#
# epub_use_index = True
autodoc_mock_imports = ["graphql", "aniso8601", "graphql_relay"]
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {