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 2828 devdeps: matplotlib>=0.0.dev0
2929 devdeps: pandas>=0.0.dev0
3030
31- allowlist_externals = bash, make
31+ allowlist_externals = bash
3232
3333commands =
3434 # Force numpy reinstall to work around upper version limits in downstream dependencies (e.g. pandas)
@@ -40,7 +40,8 @@ commands =
4040 !buildhtml: bash -c ' find content -name "*.md" | grep -vf ignore_testing | xargs jupytext --to notebook '
4141
4242 !buildhtml: pytest --nbval-lax --durations =10 content/
43- buildhtml: make -C site/ SPHINXOPTS =" -nWT --keep-going" html
43+
44+ buildhtml: bash -c " jupyter-book build --execute --html -d"
4445
4546pip_pre =
4647 predeps: true
You can’t perform that action at this time.
0 commit comments