From e90fbf5ccf4d3db56f4e135001754202aa85cbaa Mon Sep 17 00:00:00 2001 From: Cedric Bouysset Date: Fri, 1 Mar 2024 14:26:32 +0000 Subject: [PATCH] docs: fix build taking too long --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 2b7161a..d2a0862 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 = 180 +nb_execution_timeout = 240 mathjax_path = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" autosectionlabel_prefix_document = True