SWDEV-565694 - Fix config errors while building HIP documentation (#1767)

此提交包含在:
Julia Jiang
2025-11-10 10:30:36 -05:00
提交者 GitHub
父節點 f6b7019470
當前提交 68c2a2b86b
-4
查看文件
@@ -59,7 +59,3 @@ exclude_patterns = [
'./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"}