Metadata-Version: 1.1
Name: sphinxext.adaptive-youtube
Version: 0.0.1
Summary: embedding gist to sphinx
Home-page: https://github.com/john-sane/adaptive-youtube
Author: @john_sane
Author-email: UNKNOWN
License: LGPLv3
Description: 
        embedding youtube video to sphinx
        
        usage:
        
        First of all, add `sphinxext.adaptive_youtube` to sphinx extension list in conf.py
        
        .. code-block:: python
        
           extensions = ['sphinxext.adaptive_youtube']
        
        
        then use `youtube` directive.
        
        You can specify video by video url or video id.
        
        .. code-block:: rst
        
           .. youtube:: Ql9sn3aLLlI
        
           .. youtube:: https://www.youtube.com/watch?v=Ql9sn3aLLlI
        
        
        finally, build your sphinx project.
        
        .. code-block:: sh
        
           $ make html
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Documentation
