Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ commands =

buildhtml: bash -c "echo 'Notebooks ignored (not tested/executed) in this job:\n'; cat ignore_execute"
# Using srtict so we fail with trackbacks and debug mode to have a richer log
buildhtml: bash -c "npx myst build --execute --html --strict -d"
buildhtml: bash -c "jupyter-book build --execute --html --strict -d"

pip_pre =
predeps: true
Expand Down