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..9cdb620 --- /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, 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. + + +### 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>