Dask theme for Sphinx
Project description
This is the official Sphinx theme for Dask documentation. It extends the sphinx-book-theme project, but adds custom styling and a navigation bar to additional Dask subprojects.
When creating a Dask subproject you can include this theme by changing this line in your conf.py file
html_theme = 'dask_sphinx_theme'
And by including dask_sphinx_theme as a requirement in your documentation installation.
Releasing
This project uses GitHub Actions to automatically push a new release to PyPI whenever a git tag is pushed. For example, to release a new x.y.z version of dask-sphinx-theme, checkout the commit you would like to release, add a git tag, and push the tag to the main branch of the dask/dask-sphinx-theme repository:
$ git checkout main
$ git tag -a x.y.z -m 'Version x.y.z'
$ git push upstream main --tags
After a new release is published on PyPI, a pull request to the dask-sphinx-theme conda-forge feedstock for the new x.y.z release will automatically be opened by conda-forge bots.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for dask_sphinx_theme-3.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc8ab8b8c9062e9900ba0aa9878a5a53a913040e408966ed6313dc1ba54b1dd9 |
|
MD5 | 76aae71cea0b14d44cc5a5089e32ea47 |
|
BLAKE2b-256 | f9b23b2fe83fcb6faa7d7dabf60353174e8c6b71c61081b6e938a8f22b23c626 |