From f8a887221c7c0fa8510b69639ded48106dc27af9 Mon Sep 17 00:00:00 2001 From: praveen Date: Tue, 21 Jul 2026 20:59:17 -0700 Subject: [PATCH] docs: remove dev branch announcement banner --- docs/conf.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 0d78acb25..d1aa57cec 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,10 +24,6 @@ "link_main_doc": True, "repository_url": "https://github.com/rocm/gpu-operator", # Add any additional theme options here - "announcement": ( - "You're viewing documentation from a development branch. " - "Please switch to the release branch for the officially released documentation." - ), "show_navbar_depth": 0, } extensions = ["rocm_docs","sphinx_substitution_extensions"]