Thanks to visit codestin.com Credit goes to github.com
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 7f7dfc9 commit a8796c0Copy full SHA for a8796c0
1 file changed
.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