Skip to main content

A Sphinx extension to add support for colorschemed images.

Project description

Color schemed images for Sphinx tests

An extension for Sphinx that adds support for color-scheme aware images. This README.md is also used for the NodeJS package. The NodeJS package contains only the JavaScript module. See below the paragraph about the JavaScript plugin.

Tested

Description

Sphinx Color Schemed Images is an extension that makes available two new image directives to your project:

  • cs_image extends the image directive, and
  • cs_figure extends the figure directive.

These new directives add data attributes to the HTML <img> tag to help web browsers to automatically transition between light and dark color schemes. The extension adds a bit of JavaScript code to trigger an image update when the user switches the color scheme.

Usage

Install the package:

pip install sphinx-colorschemed-images

Add sphinx_colorschemed_images to the extensions setting, in your project's conf.py file.

As an example, download the following files and place them in the source directory of your Sphinx project, inside the image directory. I assume the sources are in the docs/ directory, and the image directory is docs/img/:

Now edit your index.rst or index.md file, and add a cs_image directive. For index.rst, add:

.. cs_image:: img/balloon.png
   :alt: A balloon icon
   :align: center
   :width: 200

If it is an index.md, add the following instead:

```{cs_image} img/balloon.png
:alt: A balloon icon
:align: center
:width: 200
```

Build your Sphinx project and serve it. You should see either the image for the light color scheme, balloon.light.png, or the image for the dark color scheme, balloon.dark.png. Switch your operating system settings and the image should update automatically.

JavaScript plugin

When using the extension Sphinx adds a script to your HTML output, sphinx-colorschemed-images.js, that listens for changes on the user's preferred color-scheme and switches between the images accordingly. It works in all Sphinx themes regardless of whether they have support for light/dark color schemes.

If you have your own theme and it offers the user control over the color-scheme, you can use the NPM package sphinx-colorschemed-images and its class SphinxColorschemeImageHandler when building your own plugin.

The source code is rather small, so it is better to look into it than to explain it here. If your theme already listens for changes in prefers-color-scheme, pass {auto: false} to the constructor, to avoid adding the listeners again. To switch between light and dark images, call the activate method with either light or dark.

Contributing

The Makefile is the lead for all development tasks. Mind the tests in Python and JavaScript.

Appropriate documentation will come soon.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinx_colorschemed_images-0.3.0.tar.gz (15.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sphinx_colorschemed_images-0.3.0-py3-none-any.whl (14.4 kB view details)

Uploaded Python 3

File details

Details for the file sphinx_colorschemed_images-0.3.0.tar.gz.

File metadata

File hashes

Hashes for sphinx_colorschemed_images-0.3.0.tar.gz
Algorithm Hash digest
SHA256 c46e8e37635b97d3d50d6aad025570a9dc237f71d0d2089d64b201518f23917d
MD5 87ddd3ec263dad5c07a707c72d484f0c
BLAKE2b-256 d5ab0641eb870c772bed0b920becdcad1ff60d188adfc43bdd1c11243444744f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sphinx_colorschemed_images-0.3.0.tar.gz:

Publisher: publish-py.yaml on danirus/sphinx-colorschemed-images

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sphinx_colorschemed_images-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for sphinx_colorschemed_images-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d478ed44eb265b6ff35ab6eb914a7b11b4f8e34b2e8f57c55d332749edf94bc8
MD5 9a116ca80dd92fd1ded73cab38ae0ca8
BLAKE2b-256 bb2d96aefd687a69a960455f50e1c0354005d0ab215b6f573ef14ef4f5410877

See more details on using hashes here.

Provenance

The following attestation bundles were made for sphinx_colorschemed_images-0.3.0-py3-none-any.whl:

Publisher: publish-py.yaml on danirus/sphinx-colorschemed-images

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page