Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use non-deprecated alias for util.status_iterator #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

j9ac9k
Copy link

@j9ac9k j9ac9k commented Oct 29, 2023

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.

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.
@SiboVG
Copy link

SiboVG commented May 31, 2024

@jonascj this looks like a good change, could you merge this PR?

@jonascj
Copy link
Collaborator

jonascj commented Jun 3, 2024

Sure, I'll have a look at it one of the coming days. The package needs a new release and have for some time #33 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants