From 5c6478ce00b5ddd340dcb5b3ac28232b675b191b Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Wed, 8 Apr 2026 10:06:37 +0100 Subject: [PATCH 1/2] Add minutes for April --- docs/monthly-meeting/2025.rst | 18 +++++++++++++++ docs/monthly-meeting/2026-04.md | 41 +++++++++++++++++++++++++++++++++ docs/monthly-meeting/index.rst | 16 +++---------- 3 files changed, 62 insertions(+), 13 deletions(-) create mode 100644 docs/monthly-meeting/2025.rst create mode 100644 docs/monthly-meeting/2026-04.md diff --git a/docs/monthly-meeting/2025.rst b/docs/monthly-meeting/2025.rst new file mode 100644 index 0000000..8fa03c7 --- /dev/null +++ b/docs/monthly-meeting/2025.rst @@ -0,0 +1,18 @@ +Monthly Reports - 2025 +====================== + +.. toctree:: + :maxdepth: 1 + + Jan 2025 <2025-01.md> + Feb 2025 <2025-02.md> + Mar 2025 <2025-03.md> + Apr 2025 <2025-04.md> + May 2025 <2025-05.md> + Jun 2025 <2025-06.md> + Jul 2025 <2025-07.md> + Aug 2025 <2025-08.md> + Sep 2025 <2025-09.md> + Oct 2025 <2025-10.md> + Nov 2025 <2025-11.md> + Dec 2025 <2025-12.md> diff --git a/docs/monthly-meeting/2026-04.md b/docs/monthly-meeting/2026-04.md new file mode 100644 index 0000000..24814b8 --- /dev/null +++ b/docs/monthly-meeting/2026-04.md @@ -0,0 +1,41 @@ +# Documentation Community Team Meeting (April 7, 2026) + +## Roll call + +(Name / `@GitHubUsername` *[/ Discord, if different]*) +- Hugo van Kemenade / `@hugovk` +- Petr Viktorin / `@encukou` +- Blaise / `@blaisep` +- Ned / `@nedbat` +- Ryan / `@ryan-duve` +- Bradley +- Stan / `@StanFromIreland` + + +## Reports and celebrations + +- [Petr] We now check removed HTML IDs on main; thank you Stan! + +- [Hugo] Stan has now [joined the core team!](https://discuss.python.org/t/vote-to-promote-stan-ulbrych/106562) 🎉 + + +## Discussion + +- [Ned] How are we on refactoring pages and dealing with redirects? + + - [Petr] I'm confident we can refactor pages now. + - If you're moving a whole page, leave the original in as an orphan + (that is, not in the TOC), with a link to the new place. + - If you're moving only a part of a page, put in a section at the end saying + “this page used to talk about X, that's now {here}”. + - That can go in the initial PR; afterwards we can figure out automation, + HTTP or JavaScript dependencies, and so on. +obsdfksjgdf +- [Hugo] Pinning dependencies for docs builds? + - Maybe use `pylock.toml` support in `pip` when it comes out? + Let's talk about this in the next meeting. + + +### Agenda for May + + - Is `pylock.toml` support in `pip` now? Should we switch to it for pinned docs builds? diff --git a/docs/monthly-meeting/index.rst b/docs/monthly-meeting/index.rst index 7f6f768..032c73a 100644 --- a/docs/monthly-meeting/index.rst +++ b/docs/monthly-meeting/index.rst @@ -7,7 +7,7 @@ Monthly Reports Archive Monthly reports in chronological order. -.. Around May, reports from the past year should be moved into a section +.. Around April, reports from the past year should be moved into a section to avoid the ToC getting too long. .. toctree:: @@ -17,18 +17,8 @@ Monthly reports in chronological order. 2022 <2022.rst> 2023 <2023.rst> 2024 <2024.rst> - Jan 2025 <2025-01.md> - Feb 2025 <2025-02.md> - Mar 2025 <2025-03.md> - Apr 2025 <2025-04.md> - May 2025 <2025-05.md> - Jun 2025 <2025-06.md> - Jul 2025 <2025-07.md> - Aug 2025 <2025-08.md> - Sep 2025 <2025-09.md> - Oct 2025 <2025-10.md> - Nov 2025 <2025-11.md> - Dec 2025 <2025-12.md> + 2025 <2025.rst> Jan 2026 <2026-01.md> Feb 2026 <2026-02.md> Mar 2026 <2026-03.md> + Apr 2026 <2026-04.md> From 05f50ee1cd2a5324e3f3ffab5c5ed84f215c73e6 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Wed, 8 Apr 2026 10:09:20 +0100 Subject: [PATCH 2/2] test codespell --- docs/monthly-meeting/2026-04.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/monthly-meeting/2026-04.md b/docs/monthly-meeting/2026-04.md index 24814b8..9cdb620 100644 --- a/docs/monthly-meeting/2026-04.md +++ b/docs/monthly-meeting/2026-04.md @@ -29,8 +29,8 @@ - If you're moving only a part of a page, put in a section at the end saying “this page used to talk about X, that's now {here}”. - That can go in the initial PR; afterwards we can figure out automation, - HTTP or JavaScript dependencies, and so on. -obsdfksjgdf + HTTP or JavaScript dependencies, the and so on. + - [Hugo] Pinning dependencies for docs builds? - Maybe use `pylock.toml` support in `pip` when it comes out? Let's talk about this in the next meeting.