We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc8b48 commit 8710d48Copy full SHA for 8710d48
README.md
@@ -59,8 +59,7 @@ git clone [email protected]:ResearchCodeReviewCommunity/dev-review.git
59
To preview changes, you can build and serve the website locally.
60
61
```
62
-sphinx-build -nW --keep-going -b html doc/ doc/_build/html
63
-cd doc/_build/html; python -m http.server;cd ../../..
+nox -s docs -- serve
64
65
66
Open your favorite web-browser using the following url:
0 commit comments