From 6aa76071204f4ba6b4f65916032fff059e6838ed Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 31 May 2015 11:14:38 -0700 Subject: move -E from Makefile to tox.ini so that we don't punish manual doc builds --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Makefile b/docs/Makefile index 45aae3ad4..546deb30a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = -W -E +SPHINXOPTS = -W SPHINXBUILD = sphinx-build PAPER = BUILDDIR = _build -- cgit v1.2.3