SWDEV-541514 - Docs update 2025-09-15 (#993)

Co-authored-by: Julia Jiang <56359287+jujiang-del@users.noreply.github.com>
This commit is contained in:
Istvan Kiss
2025-09-24 18:57:00 +02:00
committed by GitHub
parent 0575606e49
commit 83fb0c8c47
39 changed files with 2973 additions and 807 deletions
+5 -5
View File
@@ -54,12 +54,12 @@ suppress_warnings = ["etoc.toctree"]
numfig = False
exclude_patterns = [
"doxygen/mainpage.md",
"understand/glossary.md",
'how-to/debugging_env.rst',
"data/env_variables_hip.rst"
"./doxygen/mainpage.md",
"./understand/glossary.md",
'./how-to/debugging_env.rst',
"./reference/env_variables"
]
git_url = subprocess.check_output(['git', 'config', '--get', 'remote.origin.url']).strip().decode('ascii')
if git_url.find("git:") != -1:
html_theme_options = {"repository_url": "https://github.com/ROCm/hip"}
html_theme_options = {"repository_url": "https://github.com/ROCm/hip"}