Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Disable nbsphinx plugin execute code chunks (#1197)
Browse files Browse the repository at this point in the history
all the computation should be done in md2ipynb.py file and nbsphinx should not compute code chunks in the normal process.
  • Loading branch information
WANG, Chen authored Apr 6, 2020
1 parent 9ccbb55 commit ef59a37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
nbsphinx_kernel_name = 'python3'
nbsphinx_allow_errors = True
nbsphinx_timeout = 1200
nbsphinx_execute = 'never'
html_sourcelink_suffix = ''

html_context = {
Expand Down

0 comments on commit ef59a37

Please sign in to comment.