diff --git a/docs/conf.py b/docs/conf.py index d739d92a9..60b018e30 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,6 +55,9 @@ nb_execution_timeout = 120 nb_merge_streams = True nb_output_stderr = "remove" +nb_execution_raise_on_error = True +nb_execution_show_tb = True + # Enable LaTeX macros in markdown cells myst_enable_extensions = [ "amsmath",