File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
4343commands =
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
6262pip_pre =
You can’t perform that action at this time.
0 commit comments