Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit 211d30a

Browse files
committed
modify to fix rtd error
1 parent e8b2a9c commit 211d30a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@
7070
]
7171

7272
templates_path = ["_templates"]
73-
nb_execution_mode = "auto"
73+
nb_execution_mode = "cache"
7474
nb_execution_raise_on_error = True
75+
nb_execution_timeout = 60
7576

7677
html_css_files = ["style.css"]
7778

0 commit comments

Comments
 (0)