Add a livedoc target in the Makefile

This commit is contained in:
Jeremie Dimino 2018-02-27 10:25:04 +00:00
parent 4dc8d2456f
commit 5e1a806846
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@ clean:
doc:
cd doc && sphinx-build . _build
livedoc:
cd doc && sphinx-autobuild . _build \
-p 8888 -q --host $(shell hostname) -i '.#*'
update-jbuilds: $(BIN)
$(BIN) build --dev @doc/runtest --auto-promote