From 6543c0efeb18d797ddcf2b4d47c29da481aa40e1 Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Fri, 7 Nov 2025 14:11:10 -0700 Subject: [PATCH] Remove JupyterCon 2025 announcement banner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This removes the JupyterCon 2025 promotional announcement banner from the documentation configuration. Closes jupyter-governance/ec-team-compass#146 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- docs/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ee3d358241..e5075550f1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -164,7 +164,6 @@ def setup(app): htmlhelp_basename = 'ipywidgetsdoc' html_theme_options = { - "announcement": "🚀 Join us in San Diego · JupyterCon 2025 · Nov 4-5 · SCHEDULE · REGISTER NOW", "icon_links": [ { "name": "PyPI",