Skip to content

Commit 59fcd38

Browse files
TMP: remove strict for html build to complete
1 parent a91c609 commit 59fcd38

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 --strict -d"
101+
buildhtml: bash -c "jupyter-book build --execute --execute-parallel 1 --html -d"
102102

103103
pip_pre =
104104
predeps: true

0 commit comments

Comments
 (0)