From 14937d6b0efb797bde7ac479259650456b1ca6fa Mon Sep 17 00:00:00 2001 From: Robin De Schepper Date: Tue, 16 Mar 2021 19:25:28 +0100 Subject: [PATCH] mock numpy module for docs --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 95e2107..ac35c90 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -60,4 +60,4 @@ # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ["_static"] -autodoc_mock_imports = ["mpi4py"] +autodoc_mock_imports = ["mpi4py", "numpy"]