Skip to content

Commit

Permalink
mock numpy module for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin De Schepper committed Mar 16, 2021
1 parent 64dd814 commit 14937d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -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"]

0 comments on commit 14937d6

Please sign in to comment.