diff --git a/docs/src/mkdocs.yml b/docs/src/mkdocs.yml
index 111b8c3da..79e97ba7b 100644
--- a/docs/src/mkdocs.yml
+++ b/docs/src/mkdocs.yml
@@ -20,6 +20,7 @@ theme:
text: Roboto
code: Roboto Mono
features:
+ - announce.dismiss
- navigation.tabs
- navigation.top
- navigation.instant
diff --git a/docs/theme/announce.html b/docs/theme/announce.html
index bc980e165..04a6682f1 100644
--- a/docs/theme/announce.html
+++ b/docs/theme/announce.html
@@ -1,9 +1,3 @@
-
-{% set icon = "material/alert-decagram" %}
-{% include ".icons/" ~ icon ~ ".svg" %}
-
-9.0 has been released! Check out the Release Notes for more information and migration tips.
-
Sponsorship
is now available!
diff --git a/mkdocs.yml b/mkdocs.yml
index b67f0f29f..cd21e0184 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -20,6 +20,7 @@ theme:
text: Roboto
code: Roboto Mono
features:
+ - announce.dismiss
- navigation.tabs
- navigation.top
- navigation.instant