Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 3 additions & 5 deletions docs/include/minutes-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- **This HackMD:** <https://hackmd.io/@encukou/pydocswg1>
- [**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: <https://discord.gg/wESBgA6Y?event=1389130476555337908>
- See the [documentation](https://docs-community.readthedocs.io/community/monthly-meeting.html)
Expand Down Expand Up @@ -57,7 +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.

We have a recurring Google Calendar event for the meeting.
Let Mariatta know your email address and she can invite you.
19:00 UTC and odd months around 16:00 UTC, see the
[timetable](https://docs-community.readthedocs.io/community/monthly-meeting.html).
Loading