We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e4e79e commit 8c7b413Copy full SHA for 8c7b413
1 file changed
noxfile.py
@@ -20,7 +20,9 @@ def build(session, autobuild=False):
20
extra_args = "-H", "0.0.0.0"
21
else:
22
command = "sphinx-build"
23
- extra_args = ()
+ extra_args = (
24
+ "--color", # colorize the output, unsupported by autobuild
25
+ )
26
27
session.run(
28
command, *extra_args,
0 commit comments