Skip to content

Commit

Permalink
Ensure in docs build that cell execution doesn't timeout
Browse files Browse the repository at this point in the history
Fixes #24
  • Loading branch information
leifdenby committed Sep 25, 2024
1 parent 40779d0 commit f8814d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ author: The ML LAM Community
# See https://jupyterbook.org/content/execute.html
execute:
execute_notebooks: force
# ensure that cell execution doesn't timeout (this is necessary because
# creating some of the figures takes a long time)
# see https://github.com/jupyter-book/jupyter-book/issues/948 and
# https://jupyterbook.org/en/stable/content/execute.html#setting-execution-timeout
# for details
timeout: -1

# Define the name of the latex output file for PDF builds
latex:
Expand Down

0 comments on commit f8814d3

Please sign in to comment.