Skip to content

Commit 79c9f80

Browse files
execute force + nb_execution_show_tb
1 parent 0c52367 commit 79c9f80

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

book/_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ html:
3535

3636
execute:
3737
# Force re-execution of notebooks on each build.
38-
# See https://jupyterbook.org/content/execute.html
39-
execute_notebooks: off
40-
# execute_notebooks: force
38+
# See https://jupyter-book.readthedocs.io/v1/content/execute.html
39+
execute_notebooks: force
4140
timeout: -1 # Disable timeouts for executing notebooks cells
4241
# allow_errors: true # Allow errors in notebook cells
4342

@@ -68,6 +67,7 @@ sphinx:
6867
matplotlib: ["https://matplotlib.org/stable/", null]
6968
festim: ["https://festim.readthedocs.io/en/stable/", null]
7069
html_favicon: "images/festim logo symbol.png"
70+
nb_execution_show_tb: True
7171

7272
extra_extensions:
7373
- "sphinx.ext.autodoc"

0 commit comments

Comments
 (0)