Closed penelopeysm closed 1 month ago
The culprit is in this metadata file, which is applied to all qmd files under tutorials
:
Specifically error: true
.
We should remove this and specifically add it to places where we expect errors.
Specifically
error: true
.
I think we added that because we were having a lot of errors and warnings when we were moving the site to Quarto. It's always good to remove it or make it false so that we don't push any defected code into the docs.
Right now Quarto doesn't complain / exit with an error if any of the code examples return an error. which leads to things like https://turinglang.org/docs/tutorials/03-bayesian-neural-network/. Probably related to the use of the new Julia engine
It's not immediately obvious how to fix this, because maybe sometimes we do want the error.
I can look into it.