We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d8023 commit 75368a6Copy full SHA for 75368a6
tox.ini
@@ -63,7 +63,7 @@ commands =
63
buildhtml: bash -c "find tutorials -name '*md' | grep -f ignore_testing | sort | uniq > ignore_execute; if [ -s ignore_execute ]; then cat ignore_execute | xargs -n 1 sed -i -e 's|name: python3|name: python3\nskip_execution: true|g';fi"
64
65
# Status check is a workaround until https://github.com/jupyter-book/mystmd/issues/2113 is fixed
66
- buildhtml: jupyter-book build --execute --html 2>&1 | tee /tmp/mystbuild.log
+ buildhtml: bash -c "jupyter-book build --execute --html 2>&1 | tee /tmp/mystbuild.log"
67
buildhtml: bash -c "if grep -q 'Traceback .most recent call last.' /tmp/mystbuild.log; then exit 1; fi"
68
buildhtml: bash -c "rm _build/html/*thebe*.js"
69
0 commit comments