Skip to content

Commit

Permalink
Add sphinx to contributing guideline (Azure#27674)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel authored Nov 24, 2022
1 parent 77757f5 commit 6236529
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@ Mypy install and run.
\> tox -e mypy -c <path to tox.ini>
```

#### `sphinx` environment
Generate shpinx doc for this package.

```
\> tox -e sphinx -c <path to tox.ini>
```

### Custom Pytest Arguments

`tox` supports custom arguments, and the defined pytest environments within the common `tox.ini` also allow these. Essentially, separate the arguments you want passed to `pytest` by a `--` in your tox invocation.
Expand Down

0 comments on commit 6236529

Please sign in to comment.