pydata / pydata-sphinx-theme

A clean, three-column Sphinx theme with Bootstrap for the PyData community
https://pydata-sphinx-theme.readthedocs.io
BSD 3-Clause "New" or "Revised" License
557 stars 300 forks source link

bump sphinxcontrib-youtube #1877

Closed drammock closed 2 weeks ago

drammock commented 2 weeks ago

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 https://github.com/sphinx-contrib/youtube/pull/56. This could/should have been done anytime after #1413