Mischback / mischback.de

My personal website
https://mischback.de
MIT License
1 stars 0 forks source link

Fix responsive image extension #124

Closed Mischback closed 5 months ago

Mischback commented 5 months ago

The bug was originally described in #120, though that description was not correct:

The issue was not including the same image in different documents, instead, including images in non-root documents did not work.

It was actually a Raise Condition between the extension and Sphinx's original ImageCollector. After identification, the fix was actually pretty easy.