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

don't use status_iterator alias #56

Merged
merged 2 commits into from
Sep 18, 2023
Merged

Conversation

drammock
Copy link
Contributor

@drammock drammock commented May 2, 2023

closes #55

@lognaturel
Copy link

Thank you! Looking forward to seeing this merged. 😊

@dham dham merged commit 976d223 into sphinx-contrib:master Sep 18, 2023
6 of 9 checks passed
@drammock drammock deleted the fix-alias branch September 18, 2023 13:18
@lognaturel
Copy link

Thanks for the fix, @drammock, and for the merge and release @dham! So nice to have less to sift through when building. 🥰

Carreau pushed a commit to pydata/pydata-sphinx-theme that referenced this pull request Jun 13, 2024
This should avoid 

```
/home/runner/work/pydata-sphinx-theme/pydata-sphinx-theme/.tox/py312-docs/lib/python3.12/site-packages/sphinxcontrib/youtube/utils.py:9: RemovedInSphinx80Warning: The alias 'sphinx.util.status_iterator' is deprecated, use 'sphinx.util.display.status_iterator' instead. Check CHANGES for Sphinx API modifications.
```
showing up in our CI logs, by picking up a version that includes
sphinx-contrib/youtube#56. This could/should
have been done anytime after #1413
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.

status_iterator alias is deprecated
3 participants