Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 192 B

To build the sphinx documentation, run:

pip3 install sphinx sphinx-rtd-theme

make html

After which the documentation will be available in html format in the build/html directory.