File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -114,9 +114,11 @@ jobs:
114
114
source activate pandas-dev
115
115
python web/pandas_web.py web/pandas --target-path=web/build
116
116
- name : Build documentation
117
+ # num-jobs corresponds to number of CPUs in runner
118
+ # https://docs.github.com/en/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources
117
119
run : |
118
120
source activate pandas-dev
119
- doc/make.py --warnings-are-errors | tee sphinx.log ; exit ${PIPESTATUS[0]}
121
+ doc/make.py --warnings-are-errors --num-jobs 2 | tee sphinx.log ; exit ${PIPESTATUS[0]}
120
122
121
123
# This can be removed when the ipython directive fails when there are errors,
122
124
# including the `tee sphinx.log` in te previous step (https://github.com/ipython/ipython/issues/11547)
You can’t perform that action at this time.
0 commit comments