diff options
| author | Steve Piercy <web@stevepiercy.com> | 2015-05-31 11:14:38 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-05-31 11:14:38 -0700 |
| commit | 6aa76071204f4ba6b4f65916032fff059e6838ed (patch) | |
| tree | 02b7f4bcbc8e222243de02aa431465e4a9defbaa | |
| parent | 202e6e14960fbd7b822aff92d2e2761810ce0856 (diff) | |
| download | pyramid-6aa76071204f4ba6b4f65916032fff059e6838ed.tar.gz pyramid-6aa76071204f4ba6b4f65916032fff059e6838ed.tar.bz2 pyramid-6aa76071204f4ba6b4f65916032fff059e6838ed.zip | |
move -E from Makefile to tox.ini so that we don't punish manual doc builds
| -rw-r--r-- | docs/Makefile | 2 | ||||
| -rw-r--r-- | tox.ini | 4 |
2 files changed, 3 insertions, 3 deletions
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 @@ -57,13 +57,13 @@ setenv = whitelist_externals = make commands = pip install pyramid[docs] - make -C docs html epub BUILDDIR={envdir} + make -C docs html epub BUILDDIR={envdir} "SPHINXOPTS=-W -E" [testenv:py3-docs] whitelist_externals = make commands = pip install pyramid[docs] - make -C docs html epub BUILDDIR={envdir} + make -C docs html epub BUILDDIR={envdir} "SPHINXOPTS=-W -E" [testenv:py26-scaffolds] basepython = python2.6 |
