This repository contains installation instructions for ROCm on Linux, along with installation-related information.
For Windows-related installation information (HIP SDK), refer to the Windows installation GitHub repository or the ROCm docs Windows install page.
For a quick-start build, use the following code. For more options and detail, refer to Building documentation.
cd docs
pip3 install -r sphinx/requirements.txt
python3 -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html
You can also use PDM to manage the build environment.
- To create
venv
and install build requirements, use:pdm sync
- To build the docs, use:
pdm run inv build
Now you can open docs/_build/html/index.html
in your browser.