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.

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.0.tar.gz (9.6 kB view details)

Uploaded Source

Built Distribution

sphinxcontrib_video-0.2.0-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

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

Hashes for sphinxcontrib-video-0.2.0.tar.gz
Algorithm Hash digest
SHA256 c98afef50a5452d5a6960fd57c6b57b71da9b825cadaa56c1b6c77338bfd0284
MD5 0a25e5807949ebd186061e56fbae5dab
BLAKE2b-256 7734aad35da2cdb4e7b438fd5e3c132ff0d121ab530a5118431b3bc9be04a6d1

See more details on using hashes here.

File details

Details for the file sphinxcontrib_video-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for sphinxcontrib_video-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8973278316c02547efd0910bfd69205385462c423885cf03edc28b1c66f3b23c
MD5 c71057c257cdeb1bd43210f3860cd485
BLAKE2b-256 767ed346546cfc532a52c3a3c961100ea023e77a0c1c51b1ab5a500421a285c6

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