plasmapy_sphinx.theme

The PlasmaPy theme is a Sphinx theme that inherits from the sphinx_rtd_theme. As such, it shares all the same configuration values supported by sphinx_rtd_theme.

To use the PlasmaPy theme one needs to the conf.py:

extensions = ["plasmapy_sphinx.theme"]
html_theme = "plasmapy_theme"

API

Functions

setup(app)

Sphinx setup() function for setting up the PlasmaPy theme.