jj/.github/workflows
Emily cedaa5bb00 docs: migrate from poetry to uv
Our docs are built with MkDocs, which requires Python and several deps.

Previously those deps were managed with Poetry, which is also written in Python.
This commit replaces Poetry with `uv`, a Rust-based Python
project/package manager, and thus removes several steps from the docs
build process.

Before:

  <install Python>
  <install pipx>
  pipx install poetry
  poetry install
  poetry run -- mkdocs serve

After:

  <install uv>
  uv run mkdocs serve
2024-11-20 06:06:53 +01:00
..
build-binaries.yml github: bump the github-dependencies group with 2 updates 2024-10-24 08:03:59 +09:00
build-nix.yml github: bump DeterminateSystems/nix-installer-action 2024-11-15 17:22:18 -06:00
build.yml docs: migrate from poetry to uv 2024-11-20 06:06:53 +01:00
codespell.yml github: cancel in-progress builds on stale PRs 2024-11-08 09:27:42 -06:00
dependabot.yml github: cancel in-progress builds on stale PRs 2024-11-08 09:27:42 -06:00
docs.yml docs: migrate from poetry to uv 2024-11-20 06:06:53 +01:00
release.yml docs: migrate from poetry to uv 2024-11-20 06:06:53 +01:00
scorecards.yml github: bump github/codeql-action in the github-dependencies group 2024-11-15 08:07:54 +09:00