Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a7a53a

Browse files
authored
Merge pull request #24598 from oscargus/docbuilderrors
Check for errors/warnings on failed doc-builds
2 parents f141c7b + a8796c0 commit 8a7a53a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ commands:
156156
command: |
157157
(grep "WARNING\|ERROR" /tmp/sphinxerrorswarnings.log ||
158158
echo "No errors or warnings")
159+
when: always
159160

160161
doc-show-deprecations:
161162
steps:
@@ -166,6 +167,7 @@ commands:
166167
echo "No deprecation warnings in gallery")
167168
(grep DeprecationWarning -r -l doc/build/html/tutorials ||
168169
echo "No deprecation warnings in tutorials")
170+
when: always
169171

170172
doc-bundle:
171173
steps:

0 commit comments

Comments
 (0)