Skip to content

Commit 6171cd5

Browse files
committed
ci: restore auto in CI/CD
1 parent 725c7ef commit 6171cd5

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 1
95+
sphinx-build -d "{toxworkdir}/doc_doctree" doc/source "{toxinidir}/doc/_build/html" --color -vW -b html -j auto
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)