Update CONTRIBUTING.md

This commit is contained in:
Yuan Tang 2025-02-21 11:28:17 -05:00 committed by GitHub
parent d02f470983
commit 8d28ef92cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,7 +138,7 @@ $ uv sync --extra docs
$ uv run make html $ 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. # 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 ### Update API Documentation