mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
docs: Add missing uv command for docs generation in contributing guide (#1197)
# What does this PR do? ``` make html /bin/sh: line 1: sphinx-build: command not found make: *** [Makefile:20: html] Error 127 ``` ## Test Plan Tested the command `uv run ./docs/openapi_generator/run_openapi_generator.sh` successfully.
This commit is contained in:
parent
35ae0e16a1
commit
35de423556
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ If you modify or add new API endpoints, update the API documentation accordingly
|
|||
|
||||
```bash
|
||||
$ uv sync --extra dev
|
||||
$ ./docs/openapi_generator/run_openapi_generator.sh
|
||||
$ uv run ./docs/openapi_generator/run_openapi_generator.sh
|
||||
```
|
||||
|
||||
The generated API documentation will be available in `docs/_static/`. Make sure to review the changes before committing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue