diff --git a/doc/contribute.md b/doc/contribute.md index de69d477..5b7cd313 100644 --- a/doc/contribute.md +++ b/doc/contribute.md @@ -96,7 +96,7 @@ pip install -e ".[doc]" To generate the doc files locally, run: ```bash cd SPARC-X-API -sphinx doc doc/_build +sphinx-build doc doc/_build ``` and then open `doc/_build/index.html` in a browser.