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
18 changes: 18 additions & 0 deletions docs/monthly-meeting/2025.rst
Original file line number Diff line number Diff line change
@@ -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>
41 changes: 41 additions & 0 deletions docs/monthly-meeting/2026-04.md
Original file line number Diff line number Diff line change
@@ -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) 🎉
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might add a few more 🎉 here. Congrats again @StanFromIreland.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you :-)



## 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?
16 changes: 3 additions & 13 deletions docs/monthly-meeting/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand All @@ -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>
Loading