Skip to content

Commit

Permalink
Ensure MyST-NB raises an error when rendering a notebook fails. (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Oct 5, 2023
1 parent 8db6bfb commit d9b46a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d9b46a2

Please sign in to comment.