mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 23:22:01 +00:00
chore: use groups when running commands
Followup of https://github.com/meta-llama/llama-stack/pull/2287. We must use `--group` when running commands with uv. Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
9b7f9db05c
commit
5c26b10c53
4 changed files with 6 additions and 6 deletions
|
|
@ -6,7 +6,7 @@ Here's a collection of comprehensive guides, examples, and resources for buildin
|
|||
|
||||
From the llama-stack root directory, run the following command to render the docs locally:
|
||||
```bash
|
||||
uv run --with ".[docs]" sphinx-autobuild docs/source docs/build/html --write-all
|
||||
uv run --group docs sphinx-autobuild docs/source docs/build/html --write-all
|
||||
```
|
||||
You can open up the docs in your browser at http://localhost:8000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue