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"]