From 6d867e56bb499ac80eebdd15cfa0801e08cc3cf0 Mon Sep 17 00:00:00 2001 From: ltimmerman3 Date: Tue, 19 Nov 2024 13:39:22 -0500 Subject: [PATCH] Updated local sphinx build command --- doc/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.