We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e0438 commit b5ba21fCopy full SHA for b5ba21f
_config.yml
@@ -12,24 +12,11 @@ html:
12
sphinx:
13
config:
14
html_show_copyright: false
15
- exclude_patterns:
16
- - "venv/**"
17
- - "_build/**"
18
- - "__pycache__/**"
19
- - ".git/**"
20
- - "**/venv/**"
21
- - "**/_build/**"
22
- - "**/__pycache__/**"
23
- - "**/.git/**"
24
jupyter_execute_notebooks: "off"
25
execute:
26
execute_notebooks: "off"
27
allow_errors: false
28
29
30
31
32
+ exclude_patterns: []
33
timeout: 30
34
stderr_output: remove
35
stdout_output: remove
0 commit comments