Update the release checklist to reflect changes to mkdocstrings from October 2025
Marco Ricci

Marco Ricci commited on 2026-04-02 09:59:26
Zeige 1 geänderte Dateien mit 3 Einfügungen und 1 Löschungen.


Specifically, pawamoy shut down the Insiders program, and all
Insiders-only features of `mkdocstrings` are now public.  So there is no
need to install custom `mkdocstrings` versions just to build the
documentation.
... ...
@@ -40,9 +40,11 @@ Release checklist
40 40
 
41 41
 ???+ info "build documentation"
42 42
 
43
-    1.  `pypi-insiders server start` and `pypi-insiders update`, then maybe `hatch env remove docs`
43
+    1.  <del>`pypi-insiders server start` and `pypi-insiders update`, then maybe `hatch env remove docs`</del> <i>([no longer applicable as of October 2025][NO_PAWAMOY_INSIDERS])</i>
44 44
     2.  `hatch run docs:mike deploy 0.x latest`
45 45
 
46
+[NO_PAWAMOY_INSIDERS]: https://pawamoy.github.io/posts/sunsetting-the-sponsorware-strategy/
47
+
46 48
 ???+ info "publish"
47 49
 
48 50
     1.  publish to PyPI: `hatch clean && hatch build && hatch publish` (prepare credentials first)
49 51