From 6f45f0a3f578f4655873adb4e201284a6a1cdff2 Mon Sep 17 00:00:00 2001 From: Hantao Cui Date: Sat, 9 Dec 2023 01:46:40 +0000 Subject: [PATCH] Fix deprecation of `jupyter_execute_notebooks`. --- 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 f57b8978c..0b42fffac 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -230,7 +230,7 @@ shutil.copytree("../../examples", "_examples", ) shutil.rmtree("_examples/demonstration") -jupyter_execute_notebooks = "off" +nb_execution_mode = "off" # sphinx-panels shouldn't add bootstrap css since the pydata-sphinx-theme # already loads it