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 a7ebc41 commit b3f9d0eCopy full SHA for b3f9d0e
noxfile.py
@@ -155,15 +155,16 @@ def docs(session, builder):
155
argv = ["-n", "-T", "-W"]
156
if builder != "spelling":
157
argv += ["-q"]
158
+ posargs = session.posargs or [tmpdir / builder]
159
session.run(
160
"python",
161
"-m",
162
"sphinx",
163
"-b",
164
builder,
165
DOCS,
- tmpdir / builder,
166
*argv,
167
+ *posargs,
168
)
169
170
0 commit comments