A Sphinx theme based on the awesome pydata-sphinx-theme with the look and feel of napari.
This is currently a work-in-progress, but since it extends the pydata-sphinx-theme, all the existing configurations and affordances are already available. Check out the PyData Docs for more info.
After creating a virtual environment, install the theme in editable mode:
python -m pip install -e .
To build the demo site, run:
cd docs/
make html
To build the napari website, install the theme as a dependency.