From f4fe5325d6d4cc28f849866222072538d242a9bd Mon Sep 17 00:00:00 2001 From: "C.-W. HSU" <11950284+chiaweh2@users.noreply.github.com> Date: Wed, 10 Sep 2025 12:59:15 -0600 Subject: [PATCH] set time out to no time out --- doc/_config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/_config.yml b/doc/_config.yml index 8c05884..e8c89bc 100644 --- a/doc/_config.yml +++ b/doc/_config.yml @@ -9,6 +9,8 @@ logo: map-binning-logo-circle.png # See https://jupyterbook.org/content/execute.html execute: execute_notebooks: force + timeout: -1 # No timeout per cell + allow_errors: false # Sphinx configuration sphinx: