From 0bbff91c7ef2614c98e1af3578fb10980c0cfd36 Mon Sep 17 00:00:00 2001 From: Nathan Weinberg <31703736+nathan-weinberg@users.noreply.github.com> Date: Thu, 10 Jul 2025 14:47:54 -0400 Subject: [PATCH] docs: fix a few broken things in the CONTRIBUTING.md (#2714) # What does this PR do? "dev" dependencies were moved in pyproject.toml typo with guidance around automatic doc generation Signed-off-by: Nathan Weinberg --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b9b25cedf..304c4dd26 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,7 +66,7 @@ You can install the dependencies by running: ```bash cd llama-stack -uv sync --extra dev +uv sync --group dev uv pip install -e . source .venv/bin/activate ``` @@ -168,7 +168,7 @@ manually as they are auto-generated. ### Updating the provider documentation -If you have made changes to a provider's configuration, you should run `./scripts/distro_codegen.py` +If you have made changes to a provider's configuration, you should run `./scripts/provider_codegen.py` to re-generate the documentation. You should not change `docs/source/.../providers/` files manually as they are auto-generated. Note that the provider "description" field will be used to generate the provider documentation.