Skip to content

Commit f879449

Browse files
committed
Using make in tox
1 parent 6e33019 commit f879449

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ commands =
4141

4242
!buildhtml: pytest --nbval-lax -vv --suppress-no-test-exit-code --durations=10 tutorials
4343

44-
buildhtml: sphinx-build -b html . _build/html -nWT --keep-going
44+
buildhtml: make html
45+
4546
# SED magic to remove the toctree captions from the rendered index page while keeping them in the sidebar TOC
47+
# This should live upstream, clean up once supported in the JB ecosystem
4648
buildhtml: sed -E -i.bak '/caption-text/{N; s/.+caption-text.+\n<ul>/<ul>/; P;D;}' _build/html/index.html
4749
buildhtml: bash -c 'rm _build/html/index.html.bak'
4850

0 commit comments

Comments
 (0)