Skip to content

Commit 91cb695

Browse files
authored
Update video plugin to fix iphone videos autoplay (#3011)
1 parent 210b42d commit 91cb695

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ modern-sphinx-version-warning = "==1.1.6"
2828
sphinxcontrib-htmlhelp = "==2.1.0"
2929
sphinxcontrib-serializinghtml = "==2.0.0"
3030
sphinxcontrib-svg2pdfconverter = "==1.2.2"
31-
sphinxcontrib-video = "==0.3.1"
31+
sphinxcontrib-video = "==0.4.1"
3232
sphinx_contributors = "==0.2.7"
3333
sphinxext-delta = "==0.3.1"
3434
sphinxext-mimic = "==0.1.1"

source/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ sphinxcontrib-jsmath==1.0.1 ; python_version >= "3.9" and python_version < "3.13
8888
sphinxcontrib-qthelp==2.0.0 ; python_version >= "3.9" and python_version < "3.13"
8989
sphinxcontrib-serializinghtml==2.0.0 ; python_version >= "3.9" and python_version < "3.13"
9090
sphinxcontrib-svg2pdfconverter==1.2.2 ; python_version >= "3.9" and python_version < "3.13"
91-
sphinxcontrib-video==0.3.1 ; python_version >= "3.9" and python_version < "3.13"
91+
sphinxcontrib-video==0.4.1 ; python_version >= "3.9" and python_version < "3.13"
9292
sphinxext-delta==0.3.1 ; python_version >= "3.9" and python_version < "3.13"
9393
sphinxext-mimic==0.1.1 ; python_version >= "3.9" and python_version < "3.13"
9494
sphinxext-opengraph==0.10.0 ; python_version >= "3.9" and python_version < "3.13"

0 commit comments

Comments
 (0)