Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8a7a53a

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎.circleci/config.yml

Copy file name to clipboardExpand all lines: .circleci/config.yml
+2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.