-
Corné Lukken authored
This isolates the python packages and prevents them from having to be installed system wide. In addition it uses requirements files so we can appropriately constrain the versions of individual packages used.
Corné Lukken authoredThis isolates the python packages and prevents them from having to be installed system wide. In addition it uses requirements files so we can appropriately constrain the versions of individual packages used.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 215 B
The sphinx documentation is build through tox which can be called from the parent directory using:
tox -e docs
After which the documentation will be available in html format in the build/html
directory.