From 0a2b73891f127fb2f11db3dc2cdaa5e05421cf4d Mon Sep 17 00:00:00 2001 From: mikejturner Date: Thu, 29 Feb 2024 12:28:04 +0800 Subject: [PATCH] Fixes tox command for watching docs in CONTRIBUTING.md (#1250) Fixes tox command for watching docs --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a7e5b014..22b68ed9 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -104,7 +104,7 @@ You can *significantly* speed up the test suite by passing `-n auto` to *pytest* For documentation, you can use: ```console -$ tox run -e docs-serve +$ tox run -e docs-watch ``` This will build the documentation, and then watch for changes and rebuild it whenever you save a file.