Skip to content

Commit fd06c6c

Browse files
disable notebook execution on docs building
1 parent 0621198 commit fd06c6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: docs/source/conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828

2929
# Set the default syntax highlighter
3030
highlight_language = 'python'
31+
# Don't run the notebooks
32+
nbsphinx_execute = 'never'
3133

34+
nbsphinx_allow_errors = True
3235
# For nbsphinx
3336
nbsphinx_codecell_lexer = 'ipython3'
3437

0 commit comments

Comments
 (0)