We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8784c commit e6f537cCopy full SHA for e6f537c
1 file changed
noxfile.py
@@ -43,6 +43,7 @@ def build(session, autobuild=False):
43
"-b", "html", # use HTML builder
44
"-n", # nitpicky warn about all missing references
45
"-W", # Treat warnings as errors.
46
+ *session.posargs,
47
"source", # where the rst files are located
48
target_build_dir, # where to put the html output
49
)
0 commit comments