We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e33019 commit f879449Copy full SHA for f879449
tox.ini
@@ -41,8 +41,10 @@ commands =
41
42
!buildhtml: pytest --nbval-lax -vv --suppress-no-test-exit-code --durations=10 tutorials
43
44
- buildhtml: sphinx-build -b html . _build/html -nWT --keep-going
+ buildhtml: make html
45
+
46
# 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
48
buildhtml: sed -E -i.bak '/caption-text/{N; s/.+caption-text.+\n<ul>/<ul>/; P;D;}' _build/html/index.html
49
buildhtml: bash -c 'rm _build/html/index.html.bak'
50
0 commit comments