We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c52367 commit 79c9f80Copy full SHA for 79c9f80
1 file changed
book/_config.yml
@@ -35,9 +35,8 @@ html:
35
36
execute:
37
# Force re-execution of notebooks on each build.
38
- # See https://jupyterbook.org/content/execute.html
39
- execute_notebooks: off
40
- # execute_notebooks: force
+ # See https://jupyter-book.readthedocs.io/v1/content/execute.html
+ execute_notebooks: force
41
timeout: -1 # Disable timeouts for executing notebooks cells
42
# allow_errors: true # Allow errors in notebook cells
43
@@ -68,6 +67,7 @@ sphinx:
68
67
matplotlib: ["https://matplotlib.org/stable/", null]
69
festim: ["https://festim.readthedocs.io/en/stable/", null]
70
html_favicon: "images/festim logo symbol.png"
+ nb_execution_show_tb: True
71
72
extra_extensions:
73
- "sphinx.ext.autodoc"
0 commit comments