Skip to content

Commit 16f58a0

Browse files
committed
Fix execution timeouts per notebook
1 parent 010ed38 commit 16f58a0

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

docs/source/algorithms_and_examples.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jupytext:
88
format_name: myst
99
format_version: '0.13'
1010
jupytext_version: 1.13.8
11+
execution:
12+
timeout: 300
1113
---
1214

1315
```{include} ../../README.md

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# myst-nb configuration
7575
nb_execution_mode = "cache"
7676
nb_execution_timeout = 180
77-
execution_fail_on_error = True
77+
nb_execution_fail_on_error = True
7878

7979

8080
def setup(app):

docs/source/logo.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jupytext:
1111
---
1212

1313
```{code-cell} ipython3
14-
---
15-
tags: [remove-input]
16-
---
14+
:tags: [remove-input]
1715
import os
1816
1917
import matplotlib.tri as mtri
@@ -119,11 +117,7 @@ if __name__ == "__main__":
119117
main(fname)
120118
```
121119

122-
```{raw-cell}
123-
:format: text/html
124-
125120
<video autoplay loop muted playsinline webkit-playsinline
126121
style="width: 400px; max-width: 100%; margin: 0 auto; display:block;">
127122
<source src="_static/logo_docs.mp4" type="video/mp4">
128123
</video><br>
129-
```

docs/source/tutorial/tutorial.LearnerND.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jupytext:
88
format_name: myst
99
format_version: '0.13'
1010
jupytext_version: 1.13.8
11+
execution:
12+
timeout: 300
1113
---
1214
# Tutorial {class}`~adaptive.LearnerND`
1315

0 commit comments

Comments
 (0)