We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8fd8c commit 97fd91dCopy full SHA for 97fd91d
tox.ini
@@ -42,7 +42,7 @@ commands =
42
!buildhtml: bash -c 'find tutorials -name "*.md" | grep -vf ignore_testing | xargs jupytext --to notebook '
43
44
!buildhtml: pytest --nbval-lax -vv --durations=10 tutorials
45
- buildhtml: sphinx-build -b html . _build/html -D nb_execution_mode=auto -nWT --keep-going
+ buildhtml: sphinx-build -b html . _build/html -D nb_execution_mode=off -nWT --keep-going
46
# SED magic to remove the toctree captions from the rendered index page while keeping them in the sidebar TOC
47
buildhtml: sed -E -i.bak '/caption-text/{N; s/.+caption-text.+\n<ul>/<ul>/; P;D;}' _build/html/index.html
48
buildhtml: bash -c 'rm _build/html/index.html.bak'
0 commit comments