Skip to content

Commit 1cf945c

Browse files
authored
bump sphinxcontrib-youtube (#1877)
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
1 parent 207f835 commit 1cf945c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ doc = [
7272
"sphinx-design",
7373
"sphinx-togglebutton",
7474
"jupyterlite-sphinx",
75-
"sphinxcontrib-youtube<1.4",
75+
"sphinxcontrib-youtube>=1.4.1",
7676
"sphinx-favicon>=1.0.1",
7777
"ipykernel",
7878
"nbsphinx",

0 commit comments

Comments
 (0)