Welcome to Dask Sphinx Theme’s documentation!#
This is the official Sphinx theme for Dask documentation. It extends the PyData Sphinx Theme, but adds custom styling and a navigation bar to additional Dask subprojects.
Installation#
pip install dask-sphinx-theme
# or
conda install -c conda-forge dask-sphinx-theme
Configuration#
When creating a Dask subproject you can include this theme by changing this
line in your conf.py file
# conf.py
html_theme = 'dask_sphinx_theme'
And by including dask-sphinx-theme as a requirement in your documentation
installation.