summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-09-29 15:20:43 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-09-29 15:20:43 -0500
commitcd34ca64c00c0c01b40711b518ecb4e5248cdab1 (patch)
tree4f88f5f79711b1248c2709807310cc865a188ce3 /tox.ini
parentb525adfc3464fd7351b86b360881661092fc5c68 (diff)
downloadcryptography-cd34ca64c00c0c01b40711b518ecb4e5248cdab1.tar.gz
re-add line I accidentally removed by hitting dd one too many times
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 4a27f34ef..d47beac27 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,6 +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/ --ignore-path docs/_build/
[testenv:docs-linkcheck]