Skip to content

Commit

Permalink
Update livedoc target
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremie Dimino committed Feb 27, 2018
1 parent 5e1a806 commit ebce851
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 @@ -46,7 +46,7 @@ doc:

livedoc:
cd doc && sphinx-autobuild . _build \
-p 8888 -q --host $(shell hostname) -i '.#*'
-p 8888 -q --host $(shell hostname) -r '\.#.*'

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

0 comments on commit ebce851

Please sign in to comment.