sphinxcontrib-video
===================

.. toctree::
   :hidden:

   quickstart
   contribute

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:

.. code-block:: html

   <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:

.. grid:: 1 2 2 2

   .. grid-item::

      .. card:: Quickstart
         :link: quickstart.html

         Lib installation and usage of the video directive

   .. grid-item::

      .. card:: Contribute
         :link: contribute.html

         Help us improve the Sphinx extension.
