From 96c5161c01a5c921324c4d95b01d31edf4378741 Mon Sep 17 00:00:00 2001 From: Cedric Bouysset Date: Fri, 1 Mar 2024 16:47:08 +0000 Subject: [PATCH] chore: increase build timeout limit --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d2a0862..bc7ad12 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ ] nb_execution_allow_errors = False nb_execution_raise_on_error = True -nb_execution_timeout = 240 +nb_execution_timeout = 300 mathjax_path = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" autosectionlabel_prefix_document = True