We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb66934 commit dc58ce9Copy full SHA for dc58ce9
noxfile.py
@@ -89,6 +89,7 @@ def linkcheck(session):
89
"--keep-going", # be strict
90
"source", # where the rst files are located
91
"build", # where to put the check output
92
+ *session.posargs,
93
)
94
95
0 commit comments