Skip to content

Commit 5ab2bf4

Browse files
authored
Merge pull request #1949 from FFY00/main
nox: allow passing arguments to linkcheck
2 parents a4a2aef + dc58ce9 commit 5ab2bf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def linkcheck(session):
8989
"--keep-going", # be strict
9090
"source", # where the rst files are located
9191
"build", # where to put the check output
92+
*session.posargs,
9293
)
9394

9495

0 commit comments

Comments
 (0)