Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Description
Summary
There are a few more locations where code is executed during the doc-builds that are currently not checked for deprecations. For example:
#24984 (comment)
Proposed fix
Check more locations where deprecations warnings may show up.users
is probably one location worth checking as there are previous examples that may no longer be valid.
I made an attempt in#24986 but it did not pick up the above. I do not really understand why (not). Maybe/probably there is more to it than those locations.