Skip to content

Commit

Permalink
docs: fix nox docs command (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorMacBride committed Jul 21, 2024
1 parent 46f4108 commit 6c5cf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 6c5cf87

Please sign in to comment.