Skip to content

Documentation generation

Tristan Israël edited this page Jan 23, 2026 · 5 revisions

Prerequisites : Install the dependencies by running $ pip install -r requirements-doc.txtin the folder python/lib/src/psec.

The documentation can be generated in a python virtual environment by running the command $ poetry run make html. This command must be ran in the folder python/lib/docs and in a virtual environment where the dependencies are available.

Clone this wiki locally