Skip to content

Commit 6236529

Browse files
authored
Add sphinx to contributing guideline (Azure#27674)
1 parent 77757f5 commit 6236529

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,13 @@ Mypy install and run.
106106
\> tox -e mypy -c <path to tox.ini>
107107
```
108108

109+
#### `sphinx` environment
110+
Generate shpinx doc for this package.
111+
112+
```
113+
\> tox -e sphinx -c <path to tox.ini>
114+
```
115+
109116
### Custom Pytest Arguments
110117

111118
`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.

0 commit comments

Comments
 (0)