Use uv to manage our Python documentation dependencies (#18263)

I want to lock our Zig build dependencies and this is an incremental
step towards doing so via uv
This commit is contained in:
Zanie Blue
2026-03-04 09:52:15 -06:00
committed by GitHub
parent 6ddcbbf700
commit 4ff4720da5
18 changed files with 1049 additions and 201 deletions
+1 -1
View File
@@ -28,4 +28,4 @@ jobs:
cargo dev generate-env-vars-reference
- name: "Build docs"
run: uvx --with-requirements docs/requirements.txt mkdocs build --strict -f mkdocs.yml
run: uv run --only-group docs mkdocs build --strict -f mkdocs.yml