Skip to content

Commit b4c0c7a

Browse files
committed
Update CLI arg for sphinx-autobuild host
1 parent b4da615 commit b4c0c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def build(session, autobuild=False):
3939

4040
if autobuild:
4141
command = "sphinx-autobuild"
42-
extra_args = "-H", "0.0.0.0"
42+
extra_args = "--host", "0.0.0.0"
4343
else:
4444
# NOTE: This branch adds options that are unsupported by autobuild
4545
command = "sphinx-build"

0 commit comments

Comments
 (0)