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:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user