Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.04 KB

README.rst

File metadata and controls

43 lines (27 loc) · 1.04 KB

sphinxcontrib.youtube

license PyPi version

Overview

This module provides support for including YouTube, Vimeo and Peertube videos in Sphinx rst documents.

This module defines directives, youtube, vimeo and peertube which insert videos from the respective platforms. They take a single, required argument, which is the video ID:

..  youtube:: dQw4w9WgXcQ
.. vimeo:: 148751763
.. peertube:: 327a21b3-374e-4373-8b2c-494c9f5e1f19

Custom Server for peertube instances:

.. peertube:: 327a21b3-374e-4373-8b2c-494c9f5e1f19

   :instance: peertube.tv

For full usage information, please see the web documentation.