The latest documentation built from this directory is available at detrex.readthedocs.io.
- Install detrex according to Installation.
- Install additional libraries and run
make html
for building the docs:
cd ${detrex-path}/docs
pip install -r requirements.txt --user
make html