diff --git a/docs/source/conf.py b/docs/source/conf.py index 3d0f1b624bee6cb49884e210d95915177030c7f0..d00aae8d6fb622d24be288c71191923006d7f49d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -110,6 +110,10 @@ pygments_style = 'sphinx' # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = False +autodoc_mock_imports = ["portalocker", "argparse", "python-dateutil", "pydotplus", "pyparsing", + 'numpy', 'matplotlib', 'matplotlib.pyplot', 'matplotlib.gridspec', 'matplotlib.patches', 'saga', 'saga-python', 'paramiko', + 'mock', "networkx", 'networkx.algorithms.dag', 'bscearth.utils', 'bscearth.utils.log', 'bscearth.utils.config_parser', + 'bscearth.utils.date'] # -- Options for HTML output ----------------------------------------------