readthedocs / sphinx-autoapi

A new approach to API documentation in Sphinx.
https://sphinx-autoapi.readthedocs.io/
MIT License
415 stars 126 forks source link

Replace usage of deprecated sphinx.util.status_iterator #398

Closed N-Wouda closed 9 months ago

N-Wouda commented 11 months ago

This PR closes #391. It replaces the use of the deprecated sphinx.util.status_iterator by sphinx.util.display.status_iterator.

N-Wouda commented 11 months ago

@AWhetter these were deprecated in Sphinx 6.1.0, see the release notes. That's about six months ago. Do you want me to check the Sphinx version and revert to the old method for Sphinx versions below 6.1.0?

Edit: probably yes because we only require sphinx>=5.2.0.

AWhetter commented 9 months ago

Sorry for taking so long to review this. Thanks for the contribution!

N-Wouda commented 9 months ago

No problem, thanks for merging!