Allows embedding of HTML5 videos in sphinx
Project description
The video extension allows you to embed .mp4/.webm/.ogg videos as defined by the HTML5 standard. It’s a wrapper around the <video> tag. using a simple directive as:
.. video:: movie.mp4
will be rendered as:
<video>
<source src="movie.mp4" type="video/mp4">
</video>
The extension exposes pretty much all parameters from the HTML5 <video/> tag.
More information about installation and usage in our documentation quickstart.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sphinxcontrib_video-0.2.1.tar.gz
(10.1 kB
view details)
Built Distribution
File details
Details for the file sphinxcontrib_video-0.2.1.tar.gz
.
File metadata
- Download URL: sphinxcontrib_video-0.2.1.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b813be3b602aa14b537ed18e8a52a876d0818ccfc9c4c7c8e4822227f677ce48 |
|
MD5 | 912312e2582c838c8777fa9b679061f6 |
|
BLAKE2b-256 | ed0963b0be803f7d5246f953665422d6e1458d65f15eec5649c94fd4a651392f |
File details
Details for the file sphinxcontrib_video-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: sphinxcontrib_video-0.2.1-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebc31be0bb96e1aee260efe6b3806b81f9db20535c55b2f4ba355404f38d067d |
|
MD5 | 93c8cb95c5af1c3766ff9fd7f2675ac8 |
|
BLAKE2b-256 | e90c8b6c0f64dee92f02543f338ec6b6e6832f895c3112334894408237af7536 |