Skip to content

Commit bc58500

Browse files
committed
dbg: ensure 1 process
1 parent 613ff08 commit bc58500

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
@@ -92,7 +92,7 @@ extras =
9292
visualization
9393
commands =
9494
sphinx-build -d "{toxworkdir}/doc_doctree" doc/source "{toxinidir}/doc/_build/linkcheck" --color -vW -b linkcheck -j auto
95-
sphinx-build -d "{toxworkdir}/doc_doctree" doc/source "{toxinidir}/doc/_build/html" --color -vW -b html -j auto
95+
sphinx-build -d "{toxworkdir}/doc_doctree" doc/source "{toxinidir}/doc/_build/html" --color -vW -b html -j 1
9696

9797
# The following environments are only for development purposes. Do not use in CI/CD.
9898
# Using these during a CI/CD can lead to unexpected issues due to a Docker-In-Docker

0 commit comments

Comments
 (0)