diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c5952c8d2..1e4a88f13 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -134,9 +134,11 @@ 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 +$ uv run sphinx-autobuild source build/html --write-all ``` ### Update API Documentation