Skip to content

Commit 97fd91d

Browse files
committed
TMP: temporarily disable all execution
1 parent 8f8fd8c commit 97fd91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ commands =
4242
!buildhtml: bash -c 'find tutorials -name "*.md" | grep -vf ignore_testing | xargs jupytext --to notebook '
4343

4444
!buildhtml: pytest --nbval-lax -vv --durations=10 tutorials
45-
buildhtml: sphinx-build -b html . _build/html -D nb_execution_mode=auto -nWT --keep-going
45+
buildhtml: sphinx-build -b html . _build/html -D nb_execution_mode=off -nWT --keep-going
4646
# SED magic to remove the toctree captions from the rendered index page while keeping them in the sidebar TOC
4747
buildhtml: sed -E -i.bak '/caption-text/{N; s/.+caption-text.+\n<ul>/<ul>/; P;D;}' _build/html/index.html
4848
buildhtml: bash -c 'rm _build/html/index.html.bak'

0 commit comments

Comments
 (0)