Skip to content

Commit

Permalink
turn off notebook execution in docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
RHammond2 committed Jan 31, 2023
1 parent 23a150a commit f761689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
}

# toggle this between auto/off to rerun full documentation build
nb_execution_mode = "auto"
nb_execution_mode = "off"
nb_execution_timeout = -1
nb_execution_allow_errors = True
# nb_execution_excludepatterns.append("*_demonstration.md") # used for targeted updating
Expand Down

0 comments on commit f761689

Please sign in to comment.