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 33cab0f commit 0430dcfCopy full SHA for 0430dcf
tox.ini
@@ -57,7 +57,7 @@ commands =
57
# sed -i needs a bit of hacky conditional on ubuntu to cover the case of an empty ignore
58
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"
59
buildhtml: jupyter-book build --execute --html
60
- buildhtml: bash rm _build/html/*thebe*.js
+ buildhtml: bash -c "rm _build/html/*thebe*.js"
61
62
pip_pre =
63
predeps: true
0 commit comments