From 3150ec603389bfd8c71667af76ecb0a93a158313 Mon Sep 17 00:00:00 2001 From: changeling Date: Mon, 10 Jun 2019 16:12:59 -0500 Subject: [PATCH] Exclude external imports from autodoc in docs/conf.py for API Reference. --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 26becbc2..29b3c7c7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 = {