dask / dask-sphinx-theme

Sphinx theme for Dask documentation
BSD 3-Clause "New" or "Revised" License
6 stars 15 forks source link

Add dask config extension to sphinx theme #64

Closed quasiben closed 2 years ago

quasiben commented 2 years ago

closes #63

Adds the config extension from https://github.com/dask/dask/pull/6069 to the dask theme. Note, this will require a dask-sphinx-theme release before we are able to use in dask/dask or any dask project

cc @jacobtomlinson

jacobtomlinson commented 2 years ago

Thanks for handling this @quasiben.

@jrbourbeau this plugin is orthogonal to the theme itself, it just adds a new directive. You should be able to use this extension independently of which theme you configure. It just felt like this was a natural place for Dask Sphinx things to live.

jacobtomlinson commented 2 years ago

This is now in 2.0.3 which is on PyPI and should be on Conda Forge later.

jrbourbeau commented 2 years ago

You should be able to use this extension independently of which theme you configure

Great, that's what I thoughts -- just wanted to double check. Can we add documentation on this new directive?

jacobtomlinson commented 2 years ago

I've raised #66 to track this