8000
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 c352fca commit 66dde7fCopy full SHA for 66dde7f
.circleci/config.yml
@@ -156,6 +156,7 @@ commands:
156
command: |
157
(grep "WARNING\|ERROR" /tmp/sphinxerrorswarnings.log ||
158
echo "No errors or warnings")
159
+ when: always
160
161
doc-show-deprecations:
162
steps:
@@ -166,6 +167,7 @@ commands:
166
167
echo "No deprecation warnings in gallery")
168
(grep DeprecationWarning -r -l doc/build/html/tutorials ||
169
echo "No deprecation warnings in tutorials")
170
171
172
doc-bundle:
173
0 commit comments