- Fix: prevent calling method
report_messages
ifHTML5Translator
does not have it. It is here for compat reasons.
- Fix: destination directory was not properly referred to when copying images.
- Remove unnecessary
console.log
.
- Image wrapping anchor requires to get its
href
attribute updated when switching color schemes. Add test case. Update docs.
- Fix: Image node URI must be relative to path given in the document instead of path calculated by
get_image_paths
.
- Fix: Add sphinx_colorschemed_images/static directory to Python distribution.
- Enhancement: When switching images for directive
cs_figure
, change as well thehref
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.
- Sphinx extension to add support for colorschemed images.
- Create Node.js package and Python package.
- Add JavaScript tests (Karma/Jasmine) and Python tests (PyTest/Tox, for multiple versions of Sphinx).