Skip to content

Commit

Permalink
Run sphinx-build with parallelism to save 20 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanKrall committed Oct 11, 2023
1 parent 0a63175 commit b47cf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ commands =
/bin/rm -rf docs/source/generated/
# The last arg to apidoc is a list of excluded paths
sphinx-apidoc -f -e -o docs/source/generated/ paasta_tools
sphinx-build -b html -d docs/build/doctrees docs/source docs/build/html
sphinx-build -j auto -b html -d docs/build/doctrees docs/source docs/build/html

[testenv:k8s_itests]
basepython = python3.8
Expand Down

0 comments on commit b47cf83

Please sign in to comment.