Trun off linkcheck, it's too noisy. Fixes #652

This commit is contained in:
Alex Gaynor 2014-02-28 16:37:33 -08:00
parent 0a183a2e38
commit 570228f2bc

View file

@ -22,7 +22,6 @@ commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
sphinx-build -W -b latex -d {envtmpdir}/doctrees docs docs/_build/latex
sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html
sphinx-build -W -b linkcheck docs docs/_build/html
sphinx-build -W -b spelling docs docs/_build/html
# Temporarily disable coverage on pypy because of performance problems with