Skip to content

Commit 299d41a

Browse files
authored
Merge pull request #168 from bsipocz/CI_back_to_JB
MAINT: back to use jupyter-book
2 parents d8c8429 + c45bb59 commit 299d41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ commands =
7575

7676
buildhtml: bash -c "echo 'Notebooks ignored (not tested/executed) in this job:\n'; cat ignore_execute"
7777
# Using srtict so we fail with trackbacks and debug mode to have a richer log
78-
buildhtml: bash -c "npx myst build --execute --html --strict -d"
78+
buildhtml: bash -c "jupyter-book build --execute --html --strict -d"
7979

8080
pip_pre =
8181
predeps: true

0 commit comments

Comments
 (0)