Skip to content

Commit

Permalink
bump sphinxcontrib-youtube (#1877)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
drammock authored Jun 13, 2024
1 parent 207f835 commit 1cf945c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ doc = [
"sphinx-design",
"sphinx-togglebutton",
"jupyterlite-sphinx",
"sphinxcontrib-youtube<1.4",
"sphinxcontrib-youtube>=1.4.1",
"sphinx-favicon>=1.0.1",
"ipykernel",
"nbsphinx",
Expand Down

0 comments on commit 1cf945c

Please sign in to comment.