From d02f470983f59ac8448ccd223b33941abafe2f23 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Fri, 21 Feb 2025 01:10:29 -0500 Subject: [PATCH] docs: Add missing uv command and clarify website rebuild Signed-off-by: Yuan Tang --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c5952c8d2..704ffa40d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ```