Skip to content

Commit e6b76ec

Browse files
jujiang-delsystems-assistant[bot]
authored andcommitted
SWDEV-565694 - Fix config errors while building HIP
documentation (#1767) [rocm-systems] ROCm/rocm-systems#1767 (commit 68c2a2b)
1 parent 6a1bf0d commit e6b76ec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/conf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,3 @@
5959
'./how-to/debugging_env.rst',
6060
"./reference/env_variables"
6161
]
62-
63-
git_url = subprocess.check_output(['git', 'config', '--get', 'remote.origin.url']).strip().decode('ascii')
64-
if git_url.find("git:") != -1:
65-
html_theme_options = {"repository_url": "https://github.com/ROCm/hip"}

0 commit comments

Comments
 (0)