From 202e6e14960fbd7b822aff92d2e2761810ce0856 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 31 May 2015 10:47:24 -0700 Subject: add -E option to get tox to build docs and pass on jenkins --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 546deb30a..45aae3ad4 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = -W +SPHINXOPTS = -W -E SPHINXBUILD = sphinx-build PAPER = BUILDDIR = _build -- cgit v1.2.3