images icon indicating copy to clipboard operation
images copied to clipboard

Use non-deprecated alias for util.status_iterator

Open j9ac9k opened this issue 1 year ago • 5 comments

sphinx.util.status_iterator alias has been deprecated since sphinx 6.1 and will be removed in sphinx 8.0

See https://www.sphinx-doc.org/en/master/extdev/deprecated.html

The preferred access for status_iterator is sphinx.util.display.status_iterator. This commit adopts the new sphinx API and then falls back on the older API access since this plugin supports older versions of sphinx.

j9ac9k avatar Oct 29 '23 16:10 j9ac9k