Skip to main content

Allows embedding of HTML5 videos in sphinx

Project description

License: MIT conventional commit Black badge prettier badge PyPI PyPI - Python Version Read the Docs Codecov GitHub Workflow Status

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


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.1rc0.tar.gz (10.2 kB view details)

Uploaded Source

Built Distribution

sphinxcontrib_video-0.2.1rc0-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

Details for the file sphinxcontrib-video-0.2.1rc0.tar.gz.

File metadata

File hashes

Hashes for sphinxcontrib-video-0.2.1rc0.tar.gz
Algorithm Hash digest
SHA256 1341c5b5c7a864031047daf870b13343692a906917d083328a7c5b69fe5954fd
MD5 fbc924d4ea0d60e17c181f79678f944e
BLAKE2b-256 9ce2187c4ed7d9b2ccc691df6a7bc07baf2c9cc9c9c6851569417a7ae9fb3967

See more details on using hashes here.

File details

Details for the file sphinxcontrib_video-0.2.1rc0-py3-none-any.whl.

File metadata

File hashes

Hashes for sphinxcontrib_video-0.2.1rc0-py3-none-any.whl
Algorithm Hash digest
SHA256 c8a81bf90c05d2c97c8997706d8e5e07aeaa0a9922ea46106c8642d616b9df4d
MD5 cbc71cb1a6620eddc81bcdba15c08671
BLAKE2b-256 917c2b9943fa60fef900651287ed1ca2c8acae3eb3b788e8b564d7e5c90f3a7d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page