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.
2 parents c352fca + 66dde7f commit 41075faCopy full SHA for 41075fa
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