{"library":"sphinxcontrib-images","title":"sphinxcontrib-images","type":"library","description":"A Sphinx extension that adds a `.. image-thumbnail::` directive for embedding thumbnail images that link to full-size versions. Current version 1.0.1 (released 2024-11-14), maintained under the sphinx-contrib umbrella. Requires Python >=3.9 and Sphinx >=6.0.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install sphinxcontrib-images"],"cli":null},"imports":["from sphinxcontrib.images import ImageThumbnail"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/sphinx-contrib/images","docs":"https://sphinxcontrib-images.readthedocs.io/","changelog":null,"pypi":"https://pypi.org/project/sphinxcontrib-images/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"# conf.py\nextensions = ['sphinxcontrib.images']\n\n# In any .rst file:\n# .. image-thumbnail:: path/to/image.png\n#    :width: 200px","lang":"python","description":"Add the extension to your Sphinx conf.py, then use the directive in reStructuredText.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}