From 8d28ef92cbdde4cc40767519439cd798af791ae4 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Fri, 21 Feb 2025 11:28:17 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 704ffa40d..1e4a88f13 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -138,7 +138,7 @@ $ uv sync --extra docs $ 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. -$ uv run sphinx-autobuild source build/html +$ uv run sphinx-autobuild source build/html --write-all ``` ### Update API Documentation