Update links to new docs and rename .sphinx dir to sphinx (#2141)

* update links to new docs and rename .sphinx dir to sphinx

* fix spelling and formatting
add new words to wordlist
remove empty headers
remove version number for ROCm in conf.py

fix typos

* add more formats to rtd config
This commit is contained in:
Sam Wu
2023-05-17 11:40:18 -06:00
committed by GitHub
parent 4096b867d8
commit f953a99298
16 changed files with 27 additions and 66 deletions

View File

@@ -37,9 +37,9 @@ ROCm release.
```bash
cd docs
pip3 install -r .sphinx/requirements.txt
pip3 install -r sphinx/requirements.txt
python3 -m sphinx -T -E -b html -d _build/doctrees -D language=en . ../_readthedocs/html
python3 -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html
```
## Older ROCm™ Releases