Skip to content

Commit

Permalink
Rename docs-serve to docs-watch
Browse files Browse the repository at this point in the history
We're not serving anything.
  • Loading branch information
hynek committed Aug 1, 2023
1 parent 334125e commit b26c1bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ $ python -m pytest
When working on the documentation, use:

```bash
$ tox -e docs-serve
$ tox -e docs-watch
```

... to watch your files and repeatedly build.
... to watch your files and automatically rebuild when a file changes.
And use:

```bash
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ commands =
sphinx-build -n -T -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
sphinx-build -n -T -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html

[testenv:docs-serve]
[testenv:docs-watch]
package = editable
base_python = {[testenv:docs]base_python}
extras = {[testenv:docs]extras}
Expand Down

0 comments on commit b26c1bd

Please sign in to comment.