This repository contains the sphinx theme used by the Sunpy Project for its website and documentation.
To use put this in your conf.py
file:
from sunpy_sphinx_theme.conf import *
and make sure you do not have the html_theme
variable defined elsewhere in conf.py
.
We do not have a recursive check for the sidebar on all pages.
If you want to add pages to the sidebar you can find html_sidebars
in sunpy_sphinx_theme/conf.py
.
You will want to add to this in your own packages conf.py