From 6408f21667329d5d696403a600281c2fbe09dde3 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Wed, 4 Sep 2024 21:45:37 +0200 Subject: [PATCH] Update conf.py: raise on error --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 0ff7cce3659..ad23acab42f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -114,6 +114,7 @@ nb_execution_timeout = 60 nb_execution_mode = "cache" nb_execution_allow_errors = False +nb_execution_raise_on_error = True # -- Options for HTML output ----------------------------------------------