Fixes tox command for watching docs in CONTRIBUTING.md (#1250)

Fixes tox command for watching docs
This commit is contained in:
mikejturner 2024-02-29 12:28:04 +08:00 committed by GitHub
parent f891c08426
commit 0a2b73891f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.