Files
rocm-systems/docs
dependabot[bot] e0c9ee45a7 Bump tornado from 6.4.2 to 6.5.1 in /docs/sphinx (#143)
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4.2 to 6.5.1.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.2...v6.5.1)

---
updated-dependencies:
- dependency-name: tornado
  dependency-version: 6.5.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-27 11:10:07 -04:00
..
2025-05-21 16:59:00 -04:00
2025-05-08 13:39:28 -04:00
2025-05-08 13:39:28 -04:00
2025-05-21 16:59:00 -04:00
2025-05-13 16:26:28 -04:00
2025-05-21 16:59:00 -04:00
2025-05-21 16:59:00 -04:00
2025-05-21 16:59:00 -04:00
2025-05-08 13:39:28 -04:00
2025-05-08 13:39:28 -04:00

Building the rocSHMEM documentation

macOS

To build html documentation locally:

brew install doxygen sphinx-doc
pip3.10 install -r ./requirements.txt
python3.10 -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html
open _build/html/index.html

To build pdf documentation we require a LaTeX installation on your machine. Once LaTeX is installed, you may run the following:

pip3.10 install -r ./requirements.txt
sphinx-build -M latexpdf . _build
open _build/latex/rocshmem.pdf