Skip to content

Commit 311b5bf

Browse files
authored
Merge pull request #569 from alan-turing-institute/execute_nb
Execute nb when building docs except workflow example
2 parents 8bf44cc + 9300a9a commit 311b5bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ theme:
99
# Force re-execution of notebooks on each build.
1010
# See https://jupyterbook.org/content/execute.html
1111
execute:
12-
execute_notebooks: 'off'
13-
exclude_tags:
14-
- skip-execution
12+
execute_notebooks: 'force'
13+
exclude_patterns:
14+
- "07_AE_workflow.ipynb"
1515

1616
# Define the name of the latex output file for PDF builds
1717
latex:

0 commit comments

Comments
 (0)