Spaces:
Runtime error
Runtime error
File size: 470 Bytes
3e99b05 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
## Read detrex Documentation
The latest documentation built from this directory is available at [detrex.readthedocs.io](https://detrex.readthedocs.io/en/latest/).
## Build detrex Documentation
1. Install detrex according to [Installation](https://detrex.readthedocs.io/en/latest/tutorials/Installation.html).
2. Install additional libraries and run `make html` for building the docs:
```bash
cd ${detrex-path}/docs
pip install -r requirements.txt --user
make html
```
|