Skip to content

Commit

Permalink
move -E from Makefile to tox.ini so that we don't punish manual doc b…
Browse files Browse the repository at this point in the history
…uilds
  • Loading branch information
stevepiercy committed May 31, 2015
1 parent 202e6e1 commit 6aa7607
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#

# You can set these variables from the command line.
SPHINXOPTS = -W -E
SPHINXOPTS = -W
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6aa7607

Please sign in to comment.