Jonas Camillus Jeppesen
Jonas Camillus Jeppesen
#27 Indicates there is currently no way of referencing `.. thumbnail::` directives, explicit targets do not work (see above or #27). That is a bug imo and we should at...
Well that took its time. Thanks to everyone who pushed, made PRs etc.! Version 1.0.0 which brings this extension up to date: https://pypi.org/project/sphinxcontrib-images/1.0.0/
@t-b Good to know, thank you. Maybe it has to do with distutils being removed from Python 3.12 https://peps.python.org/pep-0632/ and setuptools package providing an implementation of pkg_resources https://setuptools.pypa.io/en/latest/pkg_resources.html . I...
@t-b https://test.pypi.org/project/sphinxcontrib-images/0.9.5rc1/ is a first shot at a new release compatible with python 3.10+ and sphinx > 5. If you try it out I'd be happy to know if it...
@t-b Sorry for the bad form - that test.pypi.org relase is based on the pr3941 branch (https://github.com/sphinx-contrib/images/tree/pr3941). It was just meant as a quick test of whether everything would work...
@aurelien35 Thank you for performing an *in vivo* test of the 0.9.5rc1 build!
@coredumperror Is "logging bug" referring to the discussion of `brown` vs. `'brown'` in #41 ? I don't think I see this issue, but I'd like to see your logs /...
@exhuma Thank you for pushing / asking for the obvious next step. Sorry it took so long to do - I got hung up on unimportant details like new issues,...
I made something back then which could produce outputs such as the following (as rtf):  I remember almost submitting the patch but then discovering something (during testing) which stopped...
My work from back then can be seen here: https://github.com/jonascj/pygments If used to highlight this python code [test-rtf.py.txt](https://github.com/pygments/pygments/files/6971639/test-rtf.py.txt) it produces this output (which has some shortcomings):  You can test...