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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file sphinxcontrib-video-0.1.1.tar.gz.

File metadata

  • Download URL: sphinxcontrib-video-0.1.1.tar.gz
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for sphinxcontrib-video-0.1.1.tar.gz
Algorithm Hash digest
SHA256 a4f2875e870a74294dc502638af4cc58e88627fc41caf5acad1a7b6d29efe2eb
MD5 41aba08e888bf530d948457b3451b27c
BLAKE2b-256 0fa296601fd349617df1ef30437acdd3d6c7297d089e399200e2e8b602c7ea65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sphinxcontrib_video-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d99ac12416fffb6fe1a3f2c360b9b32ff2187d6db6d3fbbb84181f56e99b2661
MD5 6ee75493960c74cadd9809553ecfb769
BLAKE2b-256 ad4dad4d78012b6c294e39d358b1220dc8f4d9ab1dd0a7312ae0a2ac605c36d8

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