Skip to content

Commit e6f537c

Browse files
committed
Bypass positional CLI args to underlying cmd @ nox
1 parent ec8784c commit e6f537c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def build(session, autobuild=False):
4343
"-b", "html", # use HTML builder
4444
"-n", # nitpicky warn about all missing references
4545
"-W", # Treat warnings as errors.
46+
*session.posargs,
4647
"source", # where the rst files are located
4748
target_build_dir, # where to put the html output
4849
)

0 commit comments

Comments
 (0)