Skip to content

Commit ffb4f04

Browse files
committed
更新Sphinx配置,修改nb_execute_notebooks设置以防止执行notebooks
1 parent c856b82 commit ffb4f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'myst_nb',
3535
'deepmodeling_sphinx',
3636
]
37-
nbsphinx_execute = 'never' # 不执行notebooks
37+
nb_execute_notebooks = "off" # 不执行notebooks
3838

3939
myst_enable_extensions = [
4040
"amsmath",

0 commit comments

Comments
 (0)