Skip to content

Commit 7ee47d5

Browse files
[fix] ignore supplement
1 parent 5717f3a commit 7ee47d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ bibtex_bibfiles:
1212
execute:
1313
# To execute notebooks via a Binder instead, replace 'cache' with 'binder'
1414
execute_notebooks: cache
15-
timeout: 600
15+
timeout: 1200
1616
allow_errors: False # cells with expected failures must set the `raises-exception` cell tag
1717
exclude_patterns:
1818
- "team_work/*"
1919
- "*_homework_exercise*"
20+
- "*_supplement_*"
2021

2122
# Add a few extensions to help with parsing content
2223
parse:

0 commit comments

Comments
 (0)