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

MAINT: Use non-aliased status_iterator #1124

Merged
merged 3 commits into from
Apr 5, 2023
Merged

Conversation

larsoner
Copy link
Contributor

@larsoner larsoner commented Apr 5, 2023

Should fix warnings of the form:

/home/circleci/python_env/lib/python3.9/site-packages/sphinx_gallery/docs_resolv.py:470: RemovedInSphinx80Warning: The alias 'sphinx.util.status_iterator' is deprecated, use 'sphinx.util.display.status_iterator' instead. Check CHANGES for Sphinx API modifications.

Hopefully it exists in our oldest supported Sphinx, otherwise I'll add a status_iterator to sphinx_gallery.utils where we try/except to use the new version

@larsoner larsoner enabled auto-merge (squash) April 5, 2023 12:16
@larsoner larsoner merged commit 7ac59df into sphinx-gallery:master Apr 5, 2023
@larsoner larsoner deleted the si branch April 5, 2023 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant