Skip to content

Commit de27886

Browse files
committed
DOC: parallelize the documentation build in CI
1 parent 309cf3a commit de27886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Build documentation
117117
run: |
118118
source activate pandas-dev
119-
doc/make.py --warnings-are-errors | tee sphinx.log ; exit ${PIPESTATUS[0]}
119+
doc/make.py --warnings-are-errors --num-jobs 2 | tee sphinx.log ; exit ${PIPESTATUS[0]}
120120
121121
# This can be removed when the ipython directive fails when there are errors,
122122
# including the `tee sphinx.log` in te previous step (https://github.com/ipython/ipython/issues/11547)

0 commit comments

Comments
 (0)