8000 Merge pull request #24615 from meeseeksmachine/auto-backport-of-pr-24… · matplotlib/matplotlib@41075fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 41075fa

Browse files
authored
Merge pull request #24615 from meeseeksmachine/auto-backport-of-pr-24598-on-v3.6.x
Backport PR #24598 on branch v3.6.x (Check for errors/warnings on failed doc-builds)
2 parents c352fca + 66dde7f commit 41075fa

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)
0