Clean, minimalist Sphinx theme for deploying on ReadTheDocs


License
MIT
Install
pip install insegel==1.3.1

Documentation

Insegel

Build Status Documentation Status Pypi Version Python Version MIT License

Insegel is a theme for Sphinx, intended to unify my project documentation's theme with that of Hrǽw. The theme's documentation is available on ReadTheDocs.

aerende

Installation

To use the Insegel theme, install it via pip:

pip install insegel

Or, you can add it to your Sphinx project's requirements files. You can then set Sphinx to use the theme via:

html_theme = 'insegel'

within your documentation's conf.py file.