diff --git a/docs/conf.py b/docs/conf.py
index 021becfcdd7ea06c62aa6799ae67bcde31427bc7..d20ccf9c544d6b9c1ce5c367107a605be9f42966 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -28,6 +28,8 @@ version = ''
 # The full version, including alpha/beta/rc tags
 release = '0.1.0'
 
+autodoc_mock_imports = ["numpy", "matplotlib.pyplot"]
+
 
 # -- General configuration ---------------------------------------------------
 
@@ -45,6 +47,8 @@ extensions = [
     'sphinx.ext.napoleon',
 ]
 
+
+
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']