We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d727d commit ef849e6Copy full SHA for ef849e6
.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 1 | 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