Skip to content

Commit 0a2b738

Browse files
authored
Fixes tox command for watching docs in CONTRIBUTING.md (#1250)
Fixes tox command for watching docs
1 parent f891c08 commit 0a2b738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You can *significantly* speed up the test suite by passing `-n auto` to *pytest*
104104
For documentation, you can use:
105105

106106
```console
107-
$ tox run -e docs-serve
107+
$ tox run -e docs-watch
108108
```
109109

110110
This will build the documentation, and then watch for changes and rebuild it whenever you save a file.

0 commit comments

Comments
 (0)