images icon indicating copy to clipboard operation
images copied to clipboard

2024 release

Open jonascj opened this issue 1 year ago • 4 comments

A new release should be made to support Sphinx versions above 3.2.1 and should be tested against Python version above 9.

This issue serves to list and discuss tasks.

  • [ ] Merge https://github.com/sphinx-contrib/images/pull/39
  • [ ] Update tox.inì to test against newer versions of Sphinx and Python (and run them / find a place to run them - maybe Github Actions)
  • [ ] Merge https://github.com/sphinx-contrib/images/pull/38
  • [ ] Drop Python2 support (https://github.com/sphinx-contrib/images/issues/37)

jonascj avatar Aug 03 '24 20:08 jonascj

Status? Thanks

dR3b avatar Aug 13 '24 11:08 dR3b

I added https://github.com/sphinx-contrib/images/pull/41 to help address boxes 2 and 4. You can test all the CI steps pass by merging https://github.com/sphinx-contrib/images/pull/41 into https://github.com/sphinx-contrib/images/pull/39, and the wheel when inspected seems to pull in all the right files for distribution, but I'll let you verify that for approving https://github.com/sphinx-contrib/images/pull/41

terencehonles avatar Nov 02 '24 13:11 terencehonles

I wanted to use the latest sphinx, so combined all those branches and built a wheel. Seems to do what it says on the tin and I am able to generate pages with lightbox2 enabled.

techman83 avatar Nov 17 '24 09:11 techman83

Hi! Does this mean that this package is not compatible with Sphinx>3.2.1? The latest version is Sphinx 8 .... 👀

RemDelaporteMathurin avatar Dec 20 '24 19:12 RemDelaporteMathurin

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/

jonascj avatar Jun 07 '25 17:06 jonascj