Skip to content

Commit d8005dd

Browse files
authored
Merge pull request #20718 from QuLogic/circle-parallel
Circle: Build docs in parallel.
2 parents 357bac5 + afef2e6 commit d8005dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ commands:
141141
[ "$CIRCLE_PR_NUMBER" = "" ]; then
142142
export RELEASE_TAG='-t release'
143143
fi
144-
make html O="-T $RELEASE_TAG"
144+
make html O="-T $RELEASE_TAG -j4"
145145
rm -r build/html/_sources
146146
working_directory: doc
147147
- save_cache:
@@ -167,6 +167,7 @@ jobs:
167167
docs-python38:
168168
docker:
169169
- image: cimg/python:3.8
170+
resource_class: large
170171
steps:
171172
- checkout
172173
- check-skip

0 commit comments

Comments
 (0)