sphinxcontrib.youtube 0.2.0
embedding gist to sphinx
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
- Author: @shomah4a
- Home Page: https://github.com/shomah4a/sphinxcontrib.youtube
- License: LGPLv3
-
Categories
- Development Status :: 4 - Beta
- License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
- Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.3
- Topic :: Software Development :: Documentation
- Package Index Owner: shomah4a
- DOAP record: sphinxcontrib.youtube-0.2.0.xml
