Skip to content

Commit d3721ae

Browse files
committed
Switching the build engine
1 parent d8fca0a commit d3721ae

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
@@ -30,7 +30,7 @@ deps =
3030
devdeps: matplotlib>=0.0.dev0
3131
devdeps: pandas>=0.0.dev0
3232

33-
allowlist_externals = bash, make
33+
allowlist_externals = bash
3434

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

4748
pip_pre =
4849
predeps: true

0 commit comments

Comments
 (0)