Build the docs on Travis

This commit is contained in:
Kovid Goyal
2018-06-08 11:42:54 +05:30
parent 68394cebe3
commit 6247270011
4 changed files with 13 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ app: rendered_logo
python3 setup.py kitty.app $(VVAL)
man:
$(MAKE) -C docs man
$(MAKE) FAIL_WARN=$(FAIL_WARN) -C docs man
html:
$(MAKE) -C docs html
$(MAKE) FAIL_WARN=$(FAIL_WARN) -C docs html