From 6c5cf878718641c3cbf21d69c670ff2e53a8263c Mon Sep 17 00:00:00 2001 From: Conor MacBride Date: Sun, 21 Jul 2024 10:37:43 +0100 Subject: [PATCH] docs: fix nox docs command (#1938) --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index 78a29df9e..5a6b7ac12 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -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 ```