embedding gist to sphinx
Project description
embedding youtube video to sphinx
usage:
First of all, add sphinxcontrib.youtube to sphinx extension list in conf.py
extensions = ['sphinxcontrib.youtube']
then use youtube directive.
You can specify video by video url or video id.
.. youtube:: http://www.youtube.com/watch?v=Ql9sn3aLLlI
.. youtube:: Ql9sn3aLLlI
finally, build your sphinx project.
$ make html