sphinxcontrib-video#

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:

<video>
   <source src="movie.mp4" type="video/mp4">
</video>

The extension should expose pretty much all parameters from the HTML5 <video/> tag.

Documentation contents#

The documentation contains 2 sections:

Quickstart

Lib instalation and usage of the video directive

Contribute

Help us improve the Sphinx extention.