Skip to content

Commit

Permalink
fix exclude notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
annefou committed Jun 9, 2024
1 parent b1a2036 commit d03b1e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ only_build_toc_files: true
# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
execute:
exclude_patterns: '*minio*'
exclude_patterns:
- '*minio*'
execute_notebooks: auto
timeout: 1000

Expand Down

0 comments on commit d03b1e3

Please sign in to comment.