From 533a227a0307169530f4316df2e6749ec58d2f2b Mon Sep 17 00:00:00 2001 From: yugang-amd Date: Wed, 11 Feb 2026 16:22:14 -0500 Subject: [PATCH] Add cross reference to 31.10 doc in the banner --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a490cb4..f94eaa6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ html_theme = "rocm_docs_theme" html_theme_options = { "flavor": "amdgpu", - "announcement": f"AMD GPU Driver 31.10.0 is a technology preview intended for use only with AMD ROCm 7.11.0 technology preview. For production use, continue to use AMD GPU Driver {version} documentation.", + "announcement": f"AMD GPU Driver 31.10.0 is a technology preview intended for use only with AMD ROCm 7.11.0 technology preview. For production use, continue to use AMD GPU Driver {version} documentation.", "link_main_doc": True, # Add any additional theme options here }