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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file sphinxcontrib_video-0.2.1.tar.gz.

File metadata

  • Download URL: sphinxcontrib_video-0.2.1.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for sphinxcontrib_video-0.2.1.tar.gz
Algorithm Hash digest
SHA256 b813be3b602aa14b537ed18e8a52a876d0818ccfc9c4c7c8e4822227f677ce48
MD5 912312e2582c838c8777fa9b679061f6
BLAKE2b-256 ed0963b0be803f7d5246f953665422d6e1458d65f15eec5649c94fd4a651392f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sphinxcontrib_video-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ebc31be0bb96e1aee260efe6b3806b81f9db20535c55b2f4ba355404f38d067d
MD5 93c8cb95c5af1c3766ff9fd7f2675ac8
BLAKE2b-256 e90c8b6c0f64dee92f02543f338ec6b6e6832f895c3112334894408237af7536

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