From 0170b07ef221ba0c5d0064bb622ed23023cb0948 Mon Sep 17 00:00:00 2001 From: Inessa Pawson Date: Thu, 17 Oct 2024 12:09:55 -0400 Subject: [PATCH] Remove the 2024 user survey announcement Removing the announcement since the survey is now closed. --- doc/conf.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 688fcdbe080b2..e0564b94f9f0f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -292,10 +292,7 @@ ], }, "show_version_warning_banner": True, - "announcement": ( - 'Help us make ' - "scikit-learn better! The 2024 user survey is now live." - ), + "announcement": None, } # Add any paths that contain custom themes here, relative to this directory.