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.
2 parents 357bac5 + afef2e6 commit d8005ddCopy full SHA for d8005dd
.circleci/config.yml
@@ -141,7 +141,7 @@ commands:
141
[ "$CIRCLE_PR_NUMBER" = "" ]; then
142
export RELEASE_TAG='-t release'
143
fi
144
- make html O="-T $RELEASE_TAG"
+ make html O="-T $RELEASE_TAG -j4"
145
rm -r build/html/_sources
146
working_directory: doc
147
- save_cache:
@@ -167,6 +167,7 @@ jobs:
167
docs-python38:
168
docker:
169
- image: cimg/python:3.8
170
+ resource_class: large
171
steps:
172
- checkout
173
- check-skip
0 commit comments