Skip to content

Commit 878c8af

Browse files
authored
Update _config.yml (#90)
1 parent 39f2ee1 commit 878c8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ only_build_toc_files: true
1111
#######################################################################################
1212
# Execution settings
1313
execute:
14-
execute_notebooks: "force" # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off")
14+
execute_notebooks: "auto" # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off")
1515
cache: "" # A path to the jupyter cache that will be used to store execution artifacts. Defaults to `_build/.jupyter_cache/`
1616
# exclude_patterns: [] # A list of patterns to *skip* in execution (e.g. a notebook that takes a really long time)
1717
timeout: 90 # The maximum time (in seconds) each notebook cell is allowed to run.

0 commit comments

Comments
 (0)