From df55188300753ff9b8dd637961ce655621ed52dd Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Fri, 22 May 2026 11:28:44 -0400 Subject: [PATCH] removed announcement --- docs/source/conf.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ef8bdfa81..9d9054057 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -108,10 +108,6 @@ "analytics": dict(google_analytics_id="G-SCL2TVV7BK"), } -if datetime.date.today() < datetime.date(2026, 5, 15): - html_theme_options["announcement"] = ( - '📢 Register now for the FESTIM 2.0 webinar on 15th May, 9:00 am EST' - ) html_favicon = "_static/favicon.png"