Skip to content

Commit be6280f

Browse files
committed
CI: using jupyer-book instead of mystmd
1 parent 0ef6bfb commit be6280f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ deps =
3838
devdeps: git+https://github.com/astropy/pyvo.git#egg=pyvo
3939
devdeps: git+https://github.com/astropy/astroquery.git#egg=astroquery
4040

41-
allowlist_externals = bash, npx
41+
allowlist_externals = bash, jupyter-book
4242

4343
commands =
4444
pip freeze
@@ -56,7 +56,7 @@ commands =
5656

5757
# sed -i needs a bit of hacky conditional on ubuntu to cover the case of an empty ignore
5858
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: npx myst build --execute --html
59+
buildhtml: jupyter-book build --execute --html
6060
buildhtml: bash rm _build/html/*thebe*.js
6161

6262
pip_pre =

0 commit comments

Comments
 (0)