From: Christian Bayle <bayle@debian.org>
Date: Mon, 13 Oct 2025 01:18:41 +0200
Subject: Set External Doc to empty to disable intersphinx remote query

Forwarded: not-needed
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index b097dc2..e8678af 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -209,7 +209,7 @@ compatibility_matrix_file = str(Path(__file__).parent / 'compatibility/compatibi
 external_projects_current_project = "rocm"
 
 # Uncomment if facing rate limit exceed issue with local build
-# external_projects_remote_repository = ""
+external_projects_remote_repository = ""
 
 html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "https://rocm-stg.amd.com/")
 html_context = {}
