We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309cf3a commit de27886Copy full SHA for de27886
.github/workflows/ci.yml
@@ -116,7 +116,7 @@ jobs:
116
- name: Build documentation
117
run: |
118
source activate pandas-dev
119
- doc/make.py --warnings-are-errors | tee sphinx.log ; exit ${PIPESTATUS[0]}
+ doc/make.py --warnings-are-errors --num-jobs 2 | tee sphinx.log ; exit ${PIPESTATUS[0]}
120
121
# This can be removed when the ipython directive fails when there are errors,
122
# including the `tee sphinx.log` in te previous step (https://github.com/ipython/ipython/issues/11547)
0 commit comments