From 0daadf5f150afcc1d3e25f94173b5536f301fa66 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Thu, 20 Feb 2025 23:09:59 -0500 Subject: [PATCH] docs: Add missing uv command for docs generation in contributing guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 83a717273..c5952c8d2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.