To install this theme, run:
pip install sphinx_redactor_theme
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()]
The project is licensed under the MIT License.