Skip to content

Commit

Permalink
doc: utils: drop announcement message
Browse files Browse the repository at this point in the history
Now that legacy docs are no longer _officially_ visible, let's drop the
banner.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and carlescufi committed Aug 30, 2024
1 parent 3fce606 commit 59c2dc7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/_utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,7 @@ def add_announcement_banner(options: dict) -> None:
options: html theme options.
"""

msg = "<b>Important: </b>This website will be taken offline by 2024-06-18 and replaced " \
"with <a href=\"https://docs.nordicsemi.com/\">docs.nordicsemi.com</a>, " \
"where all Nordic technical documentation is already accessible. " \
msg = ""

options["set_default_announcement"] = True
options["set_default_announcement"] = False
options["default_announcement_message"] = msg

0 comments on commit 59c2dc7

Please sign in to comment.