Releases: danirus/sphinx-colorschemed-images
Releases · danirus/sphinx-colorschemed-images
v0.2.2
- Fix: prevent calling method
report_messages
if HTML5Translator
does not have it. It is here for compat reasons.
v0.2.1
- Fix: destination directory was not properly referred to when copying images.
v0.2.0
- Remove unnecessary
console.log
.
v0.1.4
- Image wrapping anchor requires to get its
href
attribute updated when switching color schemes. Add test case. Update docs.
v0.1.3
- Fix: Image node URI must be relative to path given in the document instead of path calculated by
get_image_paths
.
v0.1.2
- Fix: Add sphinx_colorschemed_images/static directory to Python distribution.
v0.1.1
- 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.