Skip to content

Commit 3c80074

Browse files
committed
Adding --html 🤦‍♀️
1 parent 2f4a29b commit 3c80074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ commands =
5858
# sed -i needs a bit of hacky conditional on ubuntu to cover the case of an empty ignore
5959
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"
6060

61-
buildhtml: npx myst build --execute
61+
buildhtml: npx myst build --execute --html
6262

6363
pip_pre =
6464
predeps: true

0 commit comments

Comments
 (0)