Skip to content

Commit 6c5cf87

Browse files
docs: fix nox docs command (#1938)
1 parent 46f4108 commit 6c5cf87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ You can see a list of sessions by typing `nox -l`; here are a few common ones:
109109
```console
110110
nox -s lint # Run the linters (default)
111111
nox -s tests [-- PYTEST-ARGS] # Run the tests (default)
112-
nox -s docs -- serve # Build and serve the documentation
112+
nox -s docs # Build and serve the documentation
113113
nox -s build # Make SDist and wheel
114114
```
115115

0 commit comments

Comments
 (0)