From d3bb821bf0a70fda0a169add6a21c3a60060d739 Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Fri, 24 May 2024 14:26:38 +0200 Subject: [PATCH] Fix execution timeout --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index d5b9fa8..8429b10 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -81,6 +81,7 @@ myst_url_schemes = ("http", "https", "mailto") nb_output_stderr = "remove" nb_execution_mode = "off" +nb_execution_timeout = 600 nb_merge_streams = True typehints_defaults = "braces"