From 7167217689e2524c442aec863cb92c33ca3dbe83 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Thu, 4 Jun 2026 13:04:23 +0100 Subject: [PATCH 1/2] Recommend the iCal instead of the Google cal --- docs/include/minutes-template.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/include/minutes-template.md b/docs/include/minutes-template.md index 875bfe8..a13a628 100644 --- a/docs/include/minutes-template.md +++ b/docs/include/minutes-template.md @@ -6,7 +6,7 @@ - **This HackMD:** - [**Discourse thread**](https://discuss.python.org/t/XXXXXX) - [**Past Meeting reports**](https://docs-community.readthedocs.io/monthly-meeting/) (the latest one might be an [**unmerged PR**](https://github.com/python/docs-community/pulls)) -- **Calendar event:** (send your e-mail to Mariatta for an invitation) +- **Calendar event:** We have an [iCalendar](https://docs-community.readthedocs.io/docs-community-meetings.ics)! - **How to participate:** - We are using Discord: - See the [documentation](https://docs-community.readthedocs.io/community/monthly-meeting.html) @@ -57,7 +57,6 @@ Example topics for discussion: ## Next meeting The docs team generally meets on the first Tuesday of even months around -19:00-ish UTC and odd months around 16:00-ish UTC. - -We have a recurring Google Calendar event for the meeting. -Let Mariatta know your email address and she can invite you. +19:00-ish UTC and odd months around 16:00-ish UTC, see the +[documentation](https://docs-community.readthedocs.io/community/monthly-meeting.html) +for a timetable. From 263ee3ce8dafd80f88ed3dd7cd796aa796e96045 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Thu, 4 Jun 2026 13:17:59 +0100 Subject: [PATCH 2/2] Hugo's review + linkcheck Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- docs/conf.py | 3 ++- docs/include/minutes-template.md | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5ba170c..8b38807 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,7 +64,8 @@ linkcheck_ignore = [ # The crawler gets "Anchor not found" r"https://github.com.+?#.*", - r"https://hackmd\.io/[^?]+\?[^#]+#.+", + # The crawler gets "Forbidden for url" + r"https://hackmd\.io/.+", # Google Meet gives 404 r"https://meet.google.com/.*", # RTD preview builds: diff --git a/docs/include/minutes-template.md b/docs/include/minutes-template.md index a13a628..1a357d3 100644 --- a/docs/include/minutes-template.md +++ b/docs/include/minutes-template.md @@ -57,6 +57,5 @@ Example topics for discussion: ## Next meeting The docs team generally meets on the first Tuesday of even months around -19:00-ish UTC and odd months around 16:00-ish UTC, see the -[documentation](https://docs-community.readthedocs.io/community/monthly-meeting.html) -for a timetable. +19:00 UTC and odd months around 16:00 UTC, see the +[timetable](https://docs-community.readthedocs.io/community/monthly-meeting.html).