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 fa92ece commit 0fcbcccCopy full SHA for 0fcbccc
noxfile.py
@@ -87,6 +87,7 @@ def linkcheck(session):
87
"-n",
88
"-W",
89
"--keep-going", # be strict
90
+ "-vvv",
91
"source", # where the rst files are located
92
"build", # where to put the check output
93
)
0 commit comments