Skip to content

Commit 93036f8

Browse files
Update _config.yml
1 parent c78103f commit 93036f8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,12 @@ execute:
1818
execute_notebooks: force
1919
# This allows notebooks to run even if the kernel name doesn't match
2020
allow_errors: true
21+
22+
sphinx:
23+
config:
24+
# Execute all notebooks
25+
nb_execution_mode: force
26+
# Allow the build to continue even if a code cell has an error
27+
nb_execution_allow_errors: true
28+
# Force the build to use the standard python3 kernel
29+
nb_execution_kernel_name: "python3"

0 commit comments

Comments
 (0)