Skip to content

Commit

Permalink
Merge pull request #3721 from Yelp/u/krall/sphinx_parallel
Browse files Browse the repository at this point in the history
Run sphinx-build with parallelism to save 20 seconds
  • Loading branch information
EvanKrall authored Oct 11, 2023
2 parents 0a63175 + b47cf83 commit 18fadc3
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 18fadc3

Please sign in to comment.