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 3746939 commit 2e134c1Copy full SHA for 2e134c1
.circleci/config.yml
@@ -74,7 +74,7 @@ jobs:
74
. venv/bin/activate
75
cd doc
76
# Don't use -q, show warning summary"
77
- SPHINXOPTS="-j2 -n" make -e html || echo "ignoring errors for now, see gh-13114"
+ SPHINXOPTS="-j2 -n" make -e html
78
if [[ $(find build/html -type f | wc -l) -lt 1000 ]]; then
79
echo "doc build failed: build/html is empty"
80
exit -1
@@ -85,7 +85,7 @@ jobs:
85
command: |
86
87
cd doc/neps
88
- SPHINXOPTS="-j2 -q" make -e html
+ SPHINXOPTS="-j2 -n" make -e html || echo "ignoring errors for now"
89
90
- store_artifacts:
91
path: doc/build/html/
0 commit comments