Skip to content

Commit b6ba1e2

Browse files
Revert strict check in buildhtml
1 parent bb1e0c2 commit b6ba1e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ commands =
9898

9999
# Using srtict so we fail with trackbacks and debug mode to have a richer log
100100
# For full build we disable parallel runs to easy server load
101-
buildhtml: bash -c "jupyter-book build --execute --execute-parallel 1 --html -d"
101+
buildhtml: bash -c "jupyter-book build --execute --execute-parallel 1 --html --strict -d"
102102

103103
pip_pre =
104104
predeps: true

0 commit comments

Comments
 (0)