Installation

Getting started is pretty simple. The first step is to install the library.

pip install sphinx-thumb-image
pip install git+https://github.com/Robpol86/sphinx-thumb-image@main

Once the package is installed add this extension to your Sphinx extensions list in the conf.py file.

# conf.py
extensions = [
     # ... other extensions here
     "sphinx_thumb_image",
]