diff --git a/docs/source/conf.py b/docs/source/conf.py
index 5f95a16d0cfc87714937d9f616eb0826de038895..a3c7210d754bf593e815663a7e12b4636c3ce1bf 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -44,7 +44,7 @@ extensions = [
     "sphinx.ext.mathjax",
     "sphinx.ext.viewcode",
     "sphinx.ext.napoleon",
-    "jupyter_sphinx.execute",
+    "jupyter_sphinx",
     "m2r",
 ]