Skip to content

Commit

Permalink
revert: remove --jobs auto
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Dec 20, 2024
1 parent 8d95f8a commit 8d8c952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Run doc:build-html
run: |
mkdir -p doc/_images
uv run sphinx-build -b html -d doc/_build/doctrees --jobs auto doc doc/_build/html
uv run sphinx-build -b html -d doc/_build/doctrees doc doc/_build/html
- name: Run doc:doctest
run: |
uv run sphinx-build -b doctest -d doc/_build/doctrees doc doc/_build/doctest
Expand Down

0 comments on commit 8d8c952

Please sign in to comment.