From 76a1c69b34b4148072ce010a8d3d5c60f64d709f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Mon, 16 May 2022 15:45:09 -0700 Subject: [PATCH] Updating configitem for newer myst-nb versions --- site/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/conf.py b/site/conf.py index cd91edb5..4024b59b 100644 --- a/site/conf.py +++ b/site/conf.py @@ -42,7 +42,7 @@ ] # MyST-NB configuration -execution_timeout = 900 +nb_execution_timeout = 900 # -- Options for HTML output -------------------------------------------------