File tree Expand file tree Collapse file tree 3 files changed +4
-35
lines changed
Expand file tree Collapse file tree 3 files changed +4
-35
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- sphinx
2- myst-nb
3- sphinx-book-theme
4- sphinx-copybutton
1+ jupyter-book >= 2
Original file line number Diff line number Diff line change 3030 devdeps: matplotlib>=0.0.dev0
3131 devdeps: pandas>=0.0.dev0
3232
33- allowlist_externals = bash, make
33+ allowlist_externals = bash
3434
3535commands =
3636 # Force numpy reinstall to work around upper version limits in downstream dependencies (e.g. pandas)
@@ -42,7 +42,8 @@ commands =
4242 !buildhtml: bash -c ' find content -name "*.md" | grep -vf ignore_testing | xargs jupytext --to notebook '
4343
4444 !buildhtml: pytest --nbval-lax --durations =10 content/
45- buildhtml: make -C site/ SPHINXOPTS =" -nWT --keep-going" html
45+
46+ buildhtml: bash -c " jupyter-book build --execute --html -d"
4647
4748pip_pre =
4849 predeps: true
You can’t perform that action at this time.
0 commit comments