fix: Disable notebook execution
This commit is contained in:
parent
7a2278cb70
commit
817d708750
|
@ -9,7 +9,7 @@ author: Leni Aniva
|
|||
# Force re-execution of notebooks on each build.
|
||||
# See https://jupyterbook.org/content/execute.html
|
||||
execute:
|
||||
execute_notebooks: force
|
||||
execute_notebooks: 'off'
|
||||
|
||||
# Define the name of the latex output file for PDF builds
|
||||
latex:
|
||||
|
|
Loading…
Reference in New Issue