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 ba522ce commit 79cc808Copy full SHA for 79cc808
.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