Files
ROCm/README.md
2023-10-31 09:59:41 -06:00

14 lines
257 B
Markdown

# rocm-docs-redirects
Redirects ReadtheDocs Community documentation sites to Business
## Building
```shell
cd docs
pip3 install -r sphinx/requirements.txt
python3 -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html
```