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

@@ -55,11 +55,11 @@ def run_tag(args):
def run_man(args):
call('make man', cwd=docs_dir)
call('make FAIL_WARN=-W man', cwd=docs_dir)
def run_html(args):
call('make html', cwd=docs_dir)
call('make FAIL_WARN=-W html', cwd=docs_dir)
def run_website(args):