From b99a99d1c10b89613fd86736934d34e06dc6cfe1 Mon Sep 17 00:00:00 2001 From: Dave Cowden Date: Sat, 28 Nov 2015 21:43:28 -0500 Subject: [PATCH] dont error on warnings --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2057070..e2326af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: script: - coverage run --source=cadquery ./runtests.py - - travis-sphinx --source=doc build + - travis-sphinx --nowarn --source=doc build after_success: - coveralls