Skip to content

Commit

Permalink
Set notebook execution to 'auto'
Browse files Browse the repository at this point in the history
  • Loading branch information
opcode81 committed Aug 13, 2024
1 parent b158ef0 commit e804e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ only_build_toc_files : true
#######################################################################################
# Execution settings
execute:
execute_notebooks : "off" # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off")
execute_notebooks : "auto" # NOTE: Repeat below in `nb_execution_mode`. Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off")
cache : "" # A path to the jupyter cache that will be used to store execution artifacts. Defaults to `_build/.jupyter_cache/`
exclude_patterns : [] # A list of patterns to *skip* in execution (e.g. a notebook that takes a really long time)
timeout : 1000 # The maximum time (in seconds) each notebook cell is allowed to run.
Expand Down Expand Up @@ -139,7 +139,7 @@ sphinx:
add_module_names: False
github_username: thu-ml
github_repository: tianshou
nb_execution_mode: "off"
nb_execution_mode: "auto"
nb_merge_streams: True # This is important for cell outputs to appear as single blocks rather than one block per line
python_use_unqualified_type_names: True
nb_mime_priority_overrides: [
Expand Down

0 comments on commit e804e58

Please sign in to comment.