There was an error while loading. Please reload this page.
1 parent cf4b0ea commit c77783bCopy full SHA for c77783b
site/conf.py
@@ -40,6 +40,9 @@
40
# This pattern also affects html_static_path and html_extra_path.
41
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'notebooks']
42
43
+# MyST-NB configuration
44
+execution_timeout = 60
45
+
46
47
# -- Options for HTML output -------------------------------------------------
48
0 commit comments