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.3.1.tar.gz
(10.6 kB
view details)
Built Distribution
File details
Details for the file sphinxcontrib_video-0.3.1.tar.gz
.
File metadata
- Download URL: sphinxcontrib_video-0.3.1.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d574467ebc36cb71af0326048dc96bb8dc7c73608f056de90f0df178fd80ac31 |
|
MD5 | 102399ec7742770a122210ac462bc6a9 |
|
BLAKE2b-256 | 7f2693ba47e4a48dbf6e847e3f45f98604a5cc021eed1886b8becbdacd710b29 |
File details
Details for the file sphinxcontrib_video-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: sphinxcontrib_video-0.3.1-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 953450be3491241c7de889eeba15cd08fc4abab558963694154446b1167264c7 |
|
MD5 | c9f55692f74d93beaf3afad70c129ab9 |
|
BLAKE2b-256 | b51d304f3aa25334048582b063ec2dd1d990fcd3c8257f2abf8d7e941c54d50d |