Skip to content

Commit

Permalink
pw_docgen: Add 2025 PW Live dates
Browse files Browse the repository at this point in the history
Change-Id: Ida015fa77975c6b8ced29d9e708195c872e0568d
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/246653
Docs-Not-Needed: Chad Norvell <[email protected]>
Pigweed-Auto-Submit: Chad Norvell <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Reviewed-by: Kayce Basques <[email protected]>
Lint: Lint 🤖 <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
  • Loading branch information
chadnorvell authored and CQ Bot Account committed Nov 4, 2024
1 parent c3b1d34 commit 4f3b911
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions pw_docgen/py/pw_docgen/sphinx/pigweed_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,28 @@ class PigweedLiveDirective(Directive):
"""Generates the up-to-date Pigweed Live info."""

datetime_format = '%Y-%m-%d %H:%M:%S'
# TODO: b/303859828 - Update this data sometime between 2024-09-23
# and 2024-10-07.
# TODO: b/303859828 - Update this data sometime between 2025-09-22
# and 2025-10-20.
meetings = [
'2024-07-01 13:00:00',
'2024-07-29 13:00:00',
'2024-08-26 13:00:00',
'2024-09-23 13:00:00',
'2024-10-21 13:00:00',
'2024-12-16 13:00:00',
'2025-01-13 13:00:00',
'2025-02-10 13:00:00',
'2025-03-10 13:00:00',
'2025-04-07 13:00:00',
'2025-05-05 13:00:00',
'2025-06-02 13:00:00',
'2025-06-30 13:00:00',
'2025-07-28 13:00:00',
'2025-08-25 13:00:00',
'2025-09-22 13:00:00',
'2025-10-20 13:00:00',
'2025-11-17 13:00:00',
'2025-12-15 13:00:00',
]
timezone = pytz.timezone('US/Pacific')

Expand Down

0 comments on commit 4f3b911

Please sign in to comment.