10.1.9. Generating Documentation - 5.2 English - 57404

AOCL User Guide (57404)

Document ID
57404
Release Date
2025-12-29
Version
5.2 English
  • To generate documentation, specify the -DBUILD_DOC=ON option while building.

  • Documents will be generated in HTML format in the folder docs/sphinx/html . Open index.html file from the folder in any browser to view the documentation.

  • The following packages are expected before running CMake with -DBUILD_DOC=ON option:

    1. Doxygen.

    2. Python packages:

      • Sphinx

      • rocm_docs

      • breathe

      • myst_parser

  • CMake halts if required packages are missing by providing directives for installing the absent packages.