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"