Spaces:
Runtime error
Runtime error
| ## 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 | |
| ``` | |