pylint-dev/astroid

`sphinx-autoapi` after astroid `v3.0.0`

Closed this issue · 1 comments

Sorry if this is specific to my configuration or this isn't the right place to post this issue. Feel free to close if it's off topic-- I'm reporting on the off-chance this isn't just a me issue

My project doesn't use astroid directly but does use sphinx-autoapi. After the v3.0.0 release, we started seeing documentation build failures in our CI with the following error:

/usr/local/lib/python3.9/dist-packages/autoapi/mappers/python/mapper.py:294: RemovedInSphinx80Warning: The alias 'sphinx.util.status_iterator' is deprecated, use 'sphinx.util.display.status_iterator' instead. Check CHANGES for Sphinx API modifications.
  for dir_root, path in sphinx.util.status_iterator(

The only change in installed dependencies was the astroid version and pinning to <3.0.0 resolved the CI failures

actually just after posting this, it seems it might have just been an issue with the github CI... sorry for the spam