Skip to content

Commit

Permalink
Readthedocs: Don't let notebook failures pass silently (projectmesa#2276
Browse files Browse the repository at this point in the history
)

Adds both to conf.py:

nb_execution_allow_errors = False
nb_execution_raise_on_error = True

To make sure that when one of the (tutorial) notebooks fails, the Readthedocs also fails and doesn't continue silently.

See https://myst-nb.readthedocs.io/en/latest/computation/execute.html#error-reporting-warning-vs-failure
  • Loading branch information
EwoutH committed Sep 24, 2024
1 parent cff6f00 commit 3fd8e50
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 3fd8e50

Please sign in to comment.