Skip to content

Commit 8710d48

Browse files
Show serving docs with nox in README
Co-authored-by: Matthew <[email protected]>
1 parent acc8b48 commit 8710d48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ git clone [email protected]:ResearchCodeReviewCommunity/dev-review.git
5959
To preview changes, you can build and serve the website locally.
6060

6161
```
62-
sphinx-build -nW --keep-going -b html doc/ doc/_build/html
63-
cd doc/_build/html; python -m http.server;cd ../../..
62+
nox -s docs -- serve
6463
```
6564

6665
Open your favorite web-browser using the following url:

0 commit comments

Comments
 (0)