Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 655 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 655 Bytes

SunPy Sphinx Theme

PyPI version

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.

Sidebar

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