We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f4108 commit 6c5cf87Copy full SHA for 6c5cf87
docs/contributing.md
@@ -109,7 +109,7 @@ You can see a list of sessions by typing `nox -l`; here are a few common ones:
109
```console
110
nox -s lint # Run the linters (default)
111
nox -s tests [-- PYTEST-ARGS] # Run the tests (default)
112
-nox -s docs -- serve # Build and serve the documentation
+nox -s docs # Build and serve the documentation
113
nox -s build # Make SDist and wheel
114
```
115
0 commit comments