Dateien
rocm-systems/docs/conf.py
T

Revisionen in .git-blame-ignore-revs werden ignoriert. Klicke hier, um das zu umgehen und die normale Blame-Ansicht zu sehen.

26 Zeilen
813 B
Python

2023-05-02 08:54:06 -06:00
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
# list see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
2023-11-23 11:29:04 -07:00
# for PDF output on Read the Docs
2025-03-12 17:03:17 -04:00
project = "ROCm Data Center tool"
2023-11-23 11:29:04 -07:00
author = "Advanced Micro Devices, Inc."
2025-03-12 17:03:17 -04:00
copyright = "Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved."
2023-11-23 11:29:04 -07:00
2025-03-12 17:03:17 -04:00
html_theme = "rocm_docs_theme"
html_theme_options = {"flavor": "rocm"}
html_title = f"RDC documentation"
2023-11-23 11:29:04 -07:00
external_toc_path = "./sphinx/_toc.yml"
external_projects_current_project = "rdc"
2025-03-12 17:03:17 -04:00
extensions = ["rocm_docs", "rocm_docs.doxygen"]
2023-11-23 11:29:04 -07:00
2025-03-12 17:03:17 -04:00
doxygen_root = "doxygen"
doxysphinx_enabled = True
doxygen_project = {
"name": "ROCm Data Center Tool API reference",
"path": "doxygen/xml",
}