Skip to content

Commit

Permalink
makefile: bind on 0.0.0.0 for livedoc (#6336)
Browse files Browse the repository at this point in the history
Some users (me) have permission issues with their hostname.

Signed-off-by: Ali Caglayan <[email protected]>
  • Loading branch information
Alizter authored Oct 26, 2022
1 parent a40261f commit 8f1fb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ doc:
# livedoc-deps: you may need to [pip3 install sphinx-autobuild] and [pip3 install sphinx-rtd-theme]
livedoc:
cd doc && sphinx-autobuild . _build \
--port 8888 -q --host $(shell hostname) --re-ignore '\.#.*'
--port 8888 -q --host 0.0.0.0 --re-ignore '\.#.*'

update-jbuilds: $(BIN)
$(BIN) build @doc/runtest --auto-promote
Expand Down

0 comments on commit 8f1fb28

Please sign in to comment.