Skip to content

Commit 5e7fe1a

Browse files
committed
Switching the build engine
1 parent 8587a84 commit 5e7fe1a

File tree

3 files changed

+4
-35
lines changed

3 files changed

+4
-35
lines changed

site/Makefile

Lines changed: 0 additions & 29 deletions
This file was deleted.

site/requirements.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
sphinx
2-
myst-nb
3-
sphinx-book-theme
4-
sphinx-copybutton
1+
jupyter-book>=2

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ deps =
2828
devdeps: matplotlib>=0.0.dev0
2929
devdeps: pandas>=0.0.dev0
3030

31-
allowlist_externals = bash, make
31+
allowlist_externals = bash
3232

3333
commands =
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

4546
pip_pre =
4647
predeps: true

0 commit comments

Comments
 (0)