Commit 725143f
authored
Readthedocs: Don't let notebook failures pass silently (#2276)
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-failure1 parent 48065fd commit 725143f
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
| |||
0 commit comments