Skip to content

Commit

Permalink
Fixes tox command for watching docs in CONTRIBUTING.md (#1250)
Browse files Browse the repository at this point in the history
Fixes tox command for watching docs
  • Loading branch information
mikejturner committed Feb 29, 2024
1 parent f891c08 commit 0a2b738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0a2b738

Please sign in to comment.