mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 13:00:39 +00:00
docs: Add missing uv command and clarify website rebuild
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
6820718b71
commit
d02f470983
1 changed files with 3 additions and 1 deletions
|
@ -134,8 +134,10 @@ If you are making changes to the documentation at [https://llama-stack.readthedo
|
|||
$ cd llama-stack/docs
|
||||
$ uv sync --extra docs
|
||||
|
||||
# This rebuilds the documentation pages.
|
||||
$ uv run make html
|
||||
|
||||
# This will start a local server (usually at http://127.0.0.1:8000) that automatically rebuilds and refreshes when you make changes to the documentation.
|
||||
$ make html
|
||||
$ uv run sphinx-autobuild source build/html
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue