TormodLandet / youtube

A Sphinx extension to embed videos from YouTube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sphinxcontrib.youtube

This module defines a directive, youtube. It takes a single, required argument, a YouTube video ID:

..  youtube:: oHg5SJYRHA0

The referenced video will be embedded into HTML output. By default, the embedded video will be sized for 720p content. To control this, the parameters "aspect", "width", and "height" may optionally be provided:

..  youtube:: oHg5SJYRHA0
    :width: 640
    :height: 480

..  youtube:: oHg5SJYRHA0
    :aspect: 4:3

..  youtube:: oHg5SJYRHA0
    :width: 100%

..  youtube:: oHg5SJYRHA0
    :height: 200px

About

A Sphinx extension to embed videos from YouTube


Languages

Language:Python 100.0%