mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
14 lines
257 B
Markdown
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
|
|
```
|