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

Uploaded Source

Built Distribution

sphinxcontrib_video-0.3.1-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

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

Hashes for sphinxcontrib_video-0.3.1.tar.gz
Algorithm Hash digest
SHA256 d574467ebc36cb71af0326048dc96bb8dc7c73608f056de90f0df178fd80ac31
MD5 102399ec7742770a122210ac462bc6a9
BLAKE2b-256 7f2693ba47e4a48dbf6e847e3f45f98604a5cc021eed1886b8becbdacd710b29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sphinxcontrib_video-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 953450be3491241c7de889eeba15cd08fc4abab558963694154446b1167264c7
MD5 c9f55692f74d93beaf3afad70c129ab9
BLAKE2b-256 b51d304f3aa25334048582b063ec2dd1d990fcd3c8257f2abf8d7e941c54d50d

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