Skip to content

ENCCS/sphinx-evita

Repository files navigation

sphinx-evita

PyPI Build Status Documentation Status

Sphinx plugins and theme customizations for the EVITA project.

Purpose

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:

Installation

Install into your python environment with:

pip install sphinx-evita

Then in the Sphinx conf.py file add:

...
extensions = [
    # other extensions
    "sphinx_evita",
]

Note

The official EVITA template is pre-configured to use this.

About

Sphinx plugins and theme customizations for the EVITA project

Resources

License

Stars

Watchers

Forks

Packages

No packages published