embedding gist to sphinx
Project description
embedding gist to sphinx
usage:
First of all, add sphinx_gist_embed to sphinx extension list in conf.py
extensions = ['sphinxcontrib.gist']
then use gist directive.
.. gist:: https://gist.github.com/shomah4a/5149412
finally, build your sphinx project.
$ make html
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.