Sphinx plugins and theme customizations for the EVITA project.
This package includes customizations primarily meant for authoring modules in the EVITA project. The implementation is however general purpose and maybe reused for any project, which uses:
- sphinx-lesson based markup for writing content, and
- furo as the theme
Install into your python environment with:
pip install sphinx-evitaThen in the Sphinx conf.py file add:
...
extensions = [
# other extensions
"sphinx_evita",
]Note
The official EVITA template is pre-configured to use this.