Skip to content

Commit dfcf9f2

Browse files
committed
Document nox
1 parent 16eb656 commit dfcf9f2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

noxfile.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
"""
2+
Configuration to automatically run jobs and tests via `nox`.
3+
For example, to build the documentation with a live server:
4+
5+
nox -s docs -- live
6+
7+
List available jobs:
8+
9+
nox -l
10+
11+
ref: https://nox.thea.codes/
12+
"""
113
import nox
214
from shlex import split
315

0 commit comments

Comments
 (0)