aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-09-29 15:18:23 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-09-29 15:18:23 -0500
commitb525adfc3464fd7351b86b360881661092fc5c68 (patch)
tree429c9d871b829ca87794b0e0069eddbc14c571ef /tox.ini
parent147805a901f2c848501edbbd1daa5a129d903d04 (diff)
downloadcryptography-b525adfc3464fd7351b86b360881661092fc5c68.tar.gz
cryptography-b525adfc3464fd7351b86b360881661092fc5c68.tar.bz2
cryptography-b525adfc3464fd7351b86b360881661092fc5c68.zip
add an ignore path for doc8 + fix a long line causing failures
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 7d64be80..4a27f34e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,8 +26,7 @@ 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 spelling docs docs/_build/html
- doc8 --allow-long-titles README.rst CHANGELOG.rst docs/
+ doc8 --allow-long-titles README.rst CHANGELOG.rst docs/ --ignore-path docs/_build/
[testenv:docs-linkcheck]
deps =