mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
docs: fix change dir command (#1752)
# What does this PR do? We are already in the llama-stack git directory. Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
cb7b9dda6c
commit
4c14bb7510
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ If you have made changes to a provider's configuration in any form (introducing
|
|||
If you are making changes to the documentation at [https://llama-stack.readthedocs.io/en/latest/](https://llama-stack.readthedocs.io/en/latest/), you can use the following command to build the documentation and preview your changes. You will need [Sphinx](https://www.sphinx-doc.org/en/master/) and the readthedocs theme.
|
||||
|
||||
```bash
|
||||
cd llama-stack/docs
|
||||
cd docs
|
||||
uv sync --extra docs
|
||||
|
||||
# This rebuilds the documentation pages.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue