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
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,19 +29,20 @@ html:
29
29
use_repository_button: true
30
30
use_edit_page_button: true
31
31
logo: true
32
+
announcement: ' 📢 Register now for the <a href="https://mit.zoom.us/meeting/register/PElrepT-Tpivqzu9Jepr_g#/registration" target="_blank">FESTIM 2.0 webinar on 15th May, 9:00 am EST'
32
33
analytics:
33
34
google_analytics_id: G-B9MJGSTP5V
34
35
35
36
execute:
36
37
# Force re-execution of notebooks on each build.
37
-
# See https://jupyterbook.org/content/execute.html
38
+
# See https://jupyter-book.readthedocs.io/v1/content/execute.html
38
39
execute_notebooks: force
39
40
timeout: -1# Disable timeouts for executing notebooks cells
40
41
# allow_errors: true # Allow errors in notebook cells
0 commit comments