We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4da615 commit b4c0c7aCopy full SHA for b4c0c7a
1 file changed
noxfile.py
@@ -39,7 +39,7 @@ def build(session, autobuild=False):
39
40
if autobuild:
41
command = "sphinx-autobuild"
42
- extra_args = "-H", "0.0.0.0"
+ extra_args = "--host", "0.0.0.0"
43
else:
44
# NOTE: This branch adds options that are unsupported by autobuild
45
command = "sphinx-build"
0 commit comments