Add doc target to test docs locally

Requires a local sphinx
This commit is contained in:
Rudi Grinberg 2017-05-18 16:15:25 -04:00 committed by Jérémie Dimino
parent d219020b2f
commit c0e0dfc107
1 changed files with 4 additions and 1 deletions

View File

@ -27,4 +27,7 @@ clean:
extract-makefile:
$(BIN) extract-makefile -o Makefile.extracted @install
.PHONY: default install uninstall reinstall clean test
doc:
cd doc && sphinx-build . _build
.PHONY: default install uninstall reinstall clean test doc