You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/_config.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,12 @@ html:
18
18
use_issues_button: true
19
19
use_repository_button: true
20
20
use_edit_page_button: true
21
+
announcement: "ℹ️ This is the FESTIM1 tutorial. For the FESTIM2 tutorial, see <a href='https://festim-workshop.readthedocs.io/en/festim2/intro.html'>here</a>."
21
22
22
23
execute:
23
24
# Force re-execution of notebooks on each build.
24
25
# See https://jupyterbook.org/content/execute.html
25
-
# execute_notebooks: force
26
+
# execute_notebooks: off
26
27
timeout: -1# Disable timeouts for executing notebooks cells
0 commit comments