docs: fix nox docs command (#1938)

This commit is contained in:
Conor MacBride
2024-07-21 11:37:43 +02:00
committed by GitHub
parent 46f4108f23
commit 6c5cf87871
+1 -1
View File
@@ -109,7 +109,7 @@ You can see a list of sessions by typing `nox -l`; here are a few common ones:
```console
nox -s lint # Run the linters (default)
nox -s tests [-- PYTEST-ARGS] # Run the tests (default)
nox -s docs -- serve # Build and serve the documentation
nox -s docs # Build and serve the documentation
nox -s build # Make SDist and wheel
```