Skip to content

Commit 6ff192c

Browse files
authored
Update Berlin conference banner (#2454)
This just notes the conf dates now that we're closer. I'm open to other appraoches, perhaps something like `starting soon!`?
1 parent 51dfe80 commit 6ff192c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def _load_data(self, env, data_source, encoding):
219219
announcement_message = None
220220

221221
if datetime.date(2025, 8, 19) <= datetime.date.today() <= datetime.date(2025, 10, 28):
222-
announcement_message = "Berlin 2025 speakers announced. <a href='/conf/berlin/2025/'>View the conference site</a>."
222+
announcement_message = "Berlin conference: Oct 27-28. <a href='/conf/berlin/2025/'>View the conference site</a>."
223223

224224
html_context = {
225225
'conf_py_root': os.path.dirname(os.path.abspath(__file__)),

0 commit comments

Comments
 (0)