We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c3968 commit 42d289eCopy full SHA for 42d289e
1 file changed
noxfile.py
@@ -20,6 +20,7 @@ def build(session, autobuild=False):
20
else:
21
command = "sphinx-build"
22
extra_args = ()
23
+
24
session.run(command, *extra_args, "-W", "-b", "html", "source", "build")
25
26
0 commit comments