Skip to content

Releases: danirus/sphinx-colorschemed-images

v0.2.2

26 Nov 13:01
Compare
Choose a tag to compare
  • Fix: prevent calling method report_messages if HTML5Translator does not have it. It is here for compat reasons.

v0.2.1

26 Nov 12:07
Compare
Choose a tag to compare
  • Fix: destination directory was not properly referred to when copying images.

v0.2.0

25 Nov 14:15
Compare
Choose a tag to compare
  • Remove unnecessary console.log.

v0.1.4

21 Nov 14:10
7da7ff6
Compare
Choose a tag to compare
  • Image wrapping anchor requires to get its href attribute updated when switching color schemes. Add test case. Update docs.

v0.1.3

21 Nov 09:19
a9f17e9
Compare
Choose a tag to compare
  • Fix: Image node URI must be relative to path given in the document instead of path calculated by get_image_paths.

v0.1.2

15 Nov 12:51
Compare
Choose a tag to compare
  • Fix: Add sphinx_colorschemed_images/static directory to Python distribution.

v0.1.1

15 Nov 10:52
a043233
Compare
Choose a tag to compare
  • Enhancement: When switching images for directive cs_figure, change as well the href attribute of the anchor used inside the <figure> element that wraps the image.
  • Extend JavaScript tests to cover previous point.
  • Add GitHub Actions workflows to publish the package in PyPY and the NPM registry.