sphinx-contrib / images

sphinxcontrib-images extension
Apache License 2.0
17 stars 14 forks source link

sphinxcontrib-images

sphinxcontrib-images (formerly sphinxcontrib-fancybox <https://pypi.python.org/pypi/sphinxcontrib-fancybox>_).

Easy thumbnails in Sphinx documentation (focused on HTML).

Features

TODO ^^^^

How to install?

Instalation through pip: ::

pip install sphinxcontrib-images

or through the GitHub: ::

pip install git+https://github.com/sphinx-contrib/images

Next, you have to add extension to conf.py in your Sphinx project. ::

extensions = [
          …
          'sphinxcontrib.images',
          …
          ]

How to use it?

Example: ::

.. thumbnail:: picture.png

You can also override the default image directive provided by Sphinx. Check the documentation for all configuration options.

Questions and suggestions

If you have any suggstions, patches, problems - please use GitHub Issues <https://github.com/sphinx-contrib/images/issues>_.