Skip to content

Commit b5ba21f

Browse files
committed
revert config
Signed-off-by: Max Pumperla <[email protected]>
1 parent 85e0438 commit b5ba21f

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

_config.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,11 @@ html:
1212
sphinx:
1313
config:
1414
html_show_copyright: false
15-
exclude_patterns:
16-
- "venv/**"
17-
- "_build/**"
18-
- "__pycache__/**"
19-
- ".git/**"
20-
- "**/venv/**"
21-
- "**/_build/**"
22-
- "**/__pycache__/**"
23-
- "**/.git/**"
2415
jupyter_execute_notebooks: "off"
2516
execute:
2617
execute_notebooks: "off"
2718
allow_errors: false
28-
exclude_patterns:
29-
- "**/venv/**"
30-
- "**/_build/**"
31-
- "**/__pycache__/**"
32-
- "**/.git/**"
19+
exclude_patterns: []
3320
timeout: 30
3421
stderr_output: remove
3522
stdout_output: remove

0 commit comments

Comments
 (0)