From 68c2a2b86bde06db8a377df2886eba2298bf11ba Mon Sep 17 00:00:00 2001 From: Julia Jiang <56359287+jujiang-del@users.noreply.github.com> Date: Mon, 10 Nov 2025 10:30:36 -0500 Subject: [PATCH] SWDEV-565694 - Fix config errors while building HIP documentation (#1767) --- projects/hip/docs/conf.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/projects/hip/docs/conf.py b/projects/hip/docs/conf.py index 5dc32092f9..cbf75a9985 100644 --- a/projects/hip/docs/conf.py +++ b/projects/hip/docs/conf.py @@ -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"}