From c04e8c6696fa93002a1f83b8a70ae97c26e8ee2a Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Wed, 4 Sep 2024 21:42:32 +0200 Subject: [PATCH] =?UTF-8?q?conf.py:=20Don=E2=80=99t=20allow=20errors=20in?= =?UTF-8?q?=20cells?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 059e4791f00..0ff7cce3659 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -113,7 +113,7 @@ nb_execution_timeout = 60 nb_execution_mode = "cache" -nb_execution_fail_on_error = True +nb_execution_allow_errors = False # -- Options for HTML output ----------------------------------------------