From 5bb80a0eaa779e3fd92e426b2d7885041dc8b7bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bouysset?= Date: Sat, 24 Aug 2024 22:30:43 +0100 Subject: [PATCH] increase docs notebook cell timeout to 8min --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b62f6c2..6649708 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,7 +55,7 @@ ] nb_execution_allow_errors = False nb_execution_raise_on_error = True -nb_execution_timeout = 300 +nb_execution_timeout = 480 mathjax_path = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" autosectionlabel_prefix_document = True