Skip to content

Commit c218daf

Browse files
Update conf.py
1 parent 8df1215 commit c218daf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
'sphinx.ext.viewcode',
1919
'sphinx.ext.autosummary',
2020
'myst_nb', # to support Jupyter Notebooks
21+
'nbsphinx', # to support Jupyter Notebooks
2122
]
2223

2324
# Autosummary settings
@@ -33,6 +34,7 @@
3334

3435
#notebook output included
3536
nb_execution_mode="off"
37+
nb_execute = 'never'
3638

3739
source_suffix = {
3840
'.rst': 'restructuredtext',

0 commit comments

Comments
 (0)