mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 19:32:33 +03:00
Exclude external imports from autodoc in docs/conf.py for API Reference.
This commit is contained in:
parent
5cb7d91aaa
commit
3150ec6033
|
@ -443,6 +443,7 @@ epub_exclude_files = ["search.html"]
|
||||||
#
|
#
|
||||||
# epub_use_index = True
|
# epub_use_index = True
|
||||||
|
|
||||||
|
autodoc_mock_imports = ["graphql", "aniso8601", "graphql_relay"]
|
||||||
|
|
||||||
# Example configuration for intersphinx: refer to the Python standard library.
|
# Example configuration for intersphinx: refer to the Python standard library.
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user