Skip to content

Commit a7c0f6c

Browse files
committed
break sphinx-build if execution error
1 parent 315c044 commit a7c0f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
# Myst_nb options
6262
nb_execution_excludepatterns = ["climatology-hourly"]
63-
63+
nb_execution_raise_on_error = True
6464

6565
# The version info for the project you're documenting, acts as replacement for
6666
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)