From 0f7c0985947700853b30881567976b7a715fedd7 Mon Sep 17 00:00:00 2001 From: "Shah, Karan" Date: Wed, 18 Dec 2024 17:22:06 +0530 Subject: [PATCH] Increase nb exec timeout Signed-off-by: Shah, Karan --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 93ea7fe9b6..89430e98a2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -112,7 +112,7 @@ nb_execution_allow_errors = False nb_merge_streams = True nb_execution_show_tb = True -nb_execution_timeout = 100 +nb_execution_timeout = 600 # secs # Tell sphinx autodoc how to render type aliases. autodoc_typehints = "description"