Skip to content

makkus/sphinx_redactor_theme

Repository files navigation

Sphinx Redactor Theme

Sphinx theme based on jast.

Image of theme

Installation

To install this theme, run:

pip install sphinx_redactor_theme

Usage

To use this theme, add to your docs conf.py:

import sphinx_redactor_theme
html_theme = 'sphinx_redactor_theme'
html_theme_path = [sphinx_redactor_theme.get_html_theme_path()]

Contribute

License

The project is licensed under the MIT License.