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 591cd65 commit f178f5cCopy full SHA for f178f5c
.circleci/config.yml
@@ -147,7 +147,7 @@ commands:
147
export RELEASE_TAG='-t release'
148
fi
149
mkdir -p logs
150
- make html O="-T $RELEASE_TAG -j4 -w /tmp/sphinxerrorswarnings.log"
+ make html O="-T $RELEASE_TAG -j1 -w /tmp/sphinxerrorswarnings.log"
151
rm -r build/html/_sources
152
working_directory: doc
153
- save_cache:
0 commit comments