diff --git a/docs/conf.py b/docs/conf.py index 133f4df5..4cfa8abe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -118,6 +118,8 @@ #prevents cell output nb_remove_code_outputs = True +nb_execution_allow_errors = False +nb_execution_raise_on_error = True # -- Options for HTML output ----------------------------------------------