From 14d10deb56d870ca3ba7948b199208af65c4660b Mon Sep 17 00:00:00 2001 From: Lauren Wrubleski Date: Wed, 24 May 2023 09:58:27 -0600 Subject: [PATCH] fix: announcement URL and phrasing --- src/rocm_docs/theme.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/rocm_docs/theme.py b/src/rocm_docs/theme.py index eb6f2c51..28d2a82c 100644 --- a/src/rocm_docs/theme.py +++ b/src/rocm_docs/theme.py @@ -36,10 +36,11 @@ def _update_theme_options(app: Sphinx) -> None: "announcement", ( "ROCm Documentation is transitioning to this site. For the legacy" - " documentation, please visit docs.amd.com. For more" - " information about this documentation transition, please see our announcement." + " documentation, please visit docs.amd.com. For more information or to" + " provide feedback about this documentation transition, please see" + " our announcement." ), )