From ed8e726ad908e19bf3e5bc850a2c7080a75cc960 Mon Sep 17 00:00:00 2001 From: peterjunpark Date: Wed, 11 Feb 2026 14:19:01 -0500 Subject: [PATCH] update version list link (#5958) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 2ee705ab8..82d905d10 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -148,7 +148,7 @@ html_theme_options = { "flavor": "generic", "header_title": f"ROCmâ„¢ {ROCM_VERSION} Preview", "header_link": f"https://rocm.docs.amd.com/en/{ROCM_VERSION}-preview/index.html", - "version_list_link": f"https://rocm.docs.amd.com/en/{ROCM_VERSION}-preview/release/versions.html", + "version_list_link": f"https://rocm.docs.amd.com/en/7.11.0-preview/release/versions.html", "nav_secondary_items": { "GitHub": "https://github.com/ROCm/ROCm", "Community": "https://github.com/ROCm/ROCm/discussions",