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.