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 2f4a29b commit 3c80074Copy full SHA for 3c80074
tox.ini
@@ -58,7 +58,7 @@ commands =
58
# sed -i needs a bit of hacky conditional on ubuntu to cover the case of an empty ignore
59
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"
60
61
- buildhtml: npx myst build --execute
+ buildhtml: npx myst build --execute --html
62
63
pip_pre =
64
predeps: true
0 commit comments