issues
search
coderefinery
/
sphinx-lesson
Sphinx extension for creating CodeRefinery lessons
https://coderefinery.github.io/sphinx-lesson/
MIT License
15
stars
20
forks
source link
content/conf: jupyter_execute_notebooks -> nb_execution_mode
#98
Closed
rkdarst
closed
2 years ago
rkdarst
commented
2 years ago
This is the new option name, and since we run with strict mode (warnings become errors) we need to fix this.
This doesn't affect lessons since they don't get built in strict mode.
This requires myst_nb 0.16.0 (2022-06-13)
Review: must be used as part of other changes to make CI pass