From 3354d5efbf6c4091d46a56927460613c36d04a86 Mon Sep 17 00:00:00 2001 From: Ian Carroll Date: Thu, 26 Feb 2026 10:21:15 -0500 Subject: [PATCH] add banner --- book/_config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/book/_config.yml b/book/_config.yml index f8dff69..577cab6 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -55,7 +55,8 @@ sphinx: - as_version: 4 - false # setting to the default `true` seems to break math, `false` uses MyST instead of Commmonmark html: - # announcement: "Content under development, check back for updates!" + announcement: | + Archive of the 2025 event; visit our Help Hub for current content. use_edit_page_button: true use_issues_button: true use_repository_button: true