diff --git a/docs/source/conf.py b/docs/source/conf.py
index ea51f24961a028e243fb5a92e67302c3841dc22d..e99d7ee2b15b848fd7fb1b583b3d36ebb005ceb6 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -22,7 +22,7 @@ extensions = [
     'nbsphinx'
 ]
 
-autodoc_mock_imports = ['numpy',]
+autodoc_mock_imports = ['numpy','scipy']
 
 napoleon_google_docstring = True
 napoleon_numpy_docstring = False