-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Seeing #6322 I realized that when execution of core notebooks fails, the doc build continues. The main goal in having the notebooks here in this repo and executing them with every doc build is to prevent the notebooks from ever having outdated code that no longer runs. We should update https://github.com/pymc-devs/pymc/blob/main/docs/source/conf.py to make sure errors in notebook execution fail the doc build.
I think https://myst-nb.readthedocs.io/en/latest/computation/execute.html#error-reporting-warning-vs-failure outlines the solution, but it needs to be done and checked.