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 613ff08 commit bc58500Copy full SHA for bc58500
tox.ini
@@ -92,7 +92,7 @@ extras =
92
visualization
93
commands =
94
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
+ sphinx-build -d "{toxworkdir}/doc_doctree" doc/source "{toxinidir}/doc/_build/html" --color -vW -b html -j 1
96
97
# The following environments are only for development purposes. Do not use in CI/CD.
98
# Using these during a CI/CD can lead to unexpected issues due to a Docker-In-Docker
0 commit comments