Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Piercy <web@stevepiercy.com>
  • Loading branch information
miketheman and stevepiercy authored Oct 19, 2024
1 parent f6dbb20 commit ee560f5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,15 @@ you can override `tox.ini` settings with the `commands` option:

To build the docs:

tox -e docs
```shell
tox -e docs
```

List all possible targets:

tox list # or `tox l`
```shell
tox list # or `tox l`
```

See `tox.ini` file for details, or <https://tox.wiki/> for general `tox` usage.

Expand Down

0 comments on commit ee560f5

Please sign in to comment.