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 f141c7b + a8796c0 commit 8a7a53aCopy full SHA for 8a7a53a
.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