We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626e0bd commit 05799ecCopy full SHA for 05799ec
tests/conftest.py
@@ -1,8 +1,9 @@
1
"""Pytest configuration."""
2
3
-import pytest
4
from pathlib import Path
5
+import pytest
6
+
7
pytest_plugins = "sphinx.testing.fixtures"
8
9
tests/test_build/video_options.html
@@ -1,4 +1,4 @@
-<video autoplay="True" controlslist="nodownload nofullscreen noremoteplayback" height="320" loop="True" muted="True" playsinline="True" poster="https://example.png" preload="none" width="640">
+<video autoplay="True" controlslist="nofullscreen nodownload noremoteplayback" height="320" loop="True" muted="True" playsinline="True" poster="https://example.png" preload="none" width="640">
<source src="_images/video.mp4" type="video/mp4" />
You cannot display videos
</video>
0 commit comments