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.
1 parent 99d39bd commit 3928eb7Copy full SHA for 3928eb7
.circleci/config.yml
@@ -176,10 +176,12 @@ commands:
176
echo "No deprecation warnings in plot_types")
177
(grep -rl DeprecationWarning doc/build/html/tutorials ||
178
echo "No deprecation warnings in tutorials")
179
+ (grep -rl DeprecationWarning doc/build/html/users ||
180
+ echo "No deprecation warnings in users")
181
# Save deprecations that are from this absolute directory, and
182
# convert to repository-relative paths.
183
(grep -Ero --no-filename "$PWD/.+DeprecationWarning.+$" \
- doc/build/html/{gallery,plot_types,tutorials} || echo) | \
184
+ doc/build/html/{gallery,plot_types,tutorials,users} || echo) | \
185
sed "s~$PWD/~~" > doc/logs/sphinx-deprecations.log
186
when: always
187
- store_artifacts:
0 commit comments