stsci_sphinx_theme

Deprecated - DO NOT USE


Keywords
python, sphinx-documentation, sphinx-theme
License
BSD-3-Clause
Install
pip install stsci_sphinx_theme==0.0.1.dev0

Documentation

STScI theme for Sphinx docs

Borrows very heavily on astropy-bootstrap theme.

Installation

In your conf.py file:

    import stsci_sphinx_theme

    html_theme = "stsci_sphinx_theme"

    html_theme_path = [stsci_sphinx_theme.get_html_theme_path()]