refactor doccheck from travis -> makefile

This commit is contained in:
wiredfool 2016-04-09 20:28:43 +01:00
parent 9fa3fb98f3
commit af57c0cfda

View File

@ -26,6 +26,10 @@ coverage:
doc:
$(MAKE) -C docs html
doccheck:
$(MAKE) -C docs html
$(MAKE) -C docs linkcheck
docserve:
cd docs/_build/html && python -mSimpleHTTPServer 2> /dev/null&