From cdbcad6930fb1a2ae3dcef388dfd2846868bc4d1 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Thu, 13 Nov 2025 15:57:09 -0500 Subject: [PATCH] add preview announcement --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 2515799c6..0ca9cd56a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -150,6 +150,7 @@ extensions = [ external_projects_current_project = "rocm" html_theme = "rocm_docs_theme" html_theme_options = { + "announcement": "This is ROCm 7.9.0 technology preview release documentation. For production use, refer to ROCm 7.1.0 documentation.", "flavor": "generic", "header_title": "ROCmâ„¢ 7.9.0 Preview", "header_link": "https://rocm.docs.amd.com/en/7.9.0-preview/index.html",