Skip to content

Commit af825c2

Browse files
committed
Speed up docs job by running Sphinx with parallelisation
1 parent b6e9f30 commit af825c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
228228
- name: Run sphinx
229229
run: |
230-
python -m sphinx doc/source public
230+
python -m sphinx -j auto doc/source public
231231
232232
- name: Upload docs artifacts
233233
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)