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.
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
Built Distribution
File details
Details for the file sphinxcontrib-video-0.2.0.tar.gz
.
File metadata
- Download URL: sphinxcontrib-video-0.2.0.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c98afef50a5452d5a6960fd57c6b57b71da9b825cadaa56c1b6c77338bfd0284 |
|
MD5 | 0a25e5807949ebd186061e56fbae5dab |
|
BLAKE2b-256 | 7734aad35da2cdb4e7b438fd5e3c132ff0d121ab530a5118431b3bc9be04a6d1 |
File details
Details for the file sphinxcontrib_video-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: sphinxcontrib_video-0.2.0-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8973278316c02547efd0910bfd69205385462c423885cf03edc28b1c66f3b23c |
|
MD5 | c71057c257cdeb1bd43210f3860cd485 |
|
BLAKE2b-256 | 767ed346546cfc532a52c3a3c961100ea023e77a0c1c51b1ab5a500421a285c6 |