Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 493 Bytes

README.rst

File metadata and controls

20 lines (13 loc) · 493 Bytes

Dask Sphinx Theme

This is the official Sphinx theme for Dask documentation. It extends the sphinx_rtd_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.

History