images icon indicating copy to clipboard operation
images copied to clipboard

sphinxcontrib-images extension

Results 15 images issues
Sort by recently updated
recently updated
newest added

sphinx.util.status_iterator alias has been deprecated since sphinx 6.1 and will be removed in sphinx 8.0 See https://www.sphinx-doc.org/en/master/extdev/deprecated.html The preferred access for status_iterator is sphinx.util.display.status_iterator. This commit adopts the new sphinx...

Fix some security issues caused by outdated JQuery in lightbox2 (https://github.com/lokesh/lightbox2/issues/707)

**TL; DR;** A second maintainer would be welcome, if you're interested let me know. Until summer 2021 I have limited time to dedicated to merging PRs and handling issues. I...

help wanted

Let's drop support for and tests against Python 2 - Sphinx did that long ago.

- [ ] #36 - [ ] maybe refresh the documentation (there are super nice themes out ther in the wild) - [ ] refresh readme (it's redundant with things...

Drop old copy-paste wrong licensing text from __init__.py

Produces different HTML output, which fails to work: ```rst .. thumbnail:: ``` Works when this extension is disabled / overriding is removed: ```rst .. image:: ```

I want to build my documentation using GIF images. GIF are natively not supported by latex. a wrokaround suggested by the sphinx team is the [following](https://stackoverflow.com/questions/45969711/sphinx-doc-how-do-i-render-an-animated-gif-when-building-for-html-but-a-png-wh): > Sphinx extends the...

I just did release 0.9.2 to PyPi and the release procedure is error-prone. Less now than when I release 0.9.0 and 0.9.1, but still error-prone. At the moment the version...

enhancement