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

Skip to content

Commit 3928eb7

Browse files
committed
Add more locations for doc build deprecation warnings
1 parent 99d39bd commit 3928eb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,12 @@ commands:
176176
echo "No deprecation warnings in plot_types")
177177
(grep -rl DeprecationWarning doc/build/html/tutorials ||
178178
echo "No deprecation warnings in tutorials")
179+
(grep -rl DeprecationWarning doc/build/html/users ||
180+
echo "No deprecation warnings in users")
179181
# Save deprecations that are from this absolute directory, and
180182
# convert to repository-relative paths.
181183
(grep -Ero --no-filename "$PWD/.+DeprecationWarning.+$" \
182-
doc/build/html/{gallery,plot_types,tutorials} || echo) | \
184+
doc/build/html/{gallery,plot_types,tutorials,users} || echo) | \
183185
sed "s~$PWD/~~" > doc/logs/sphinx-deprecations.log
184186
when: always
185187
- store_artifacts:

0 commit comments

Comments
 (0)