summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-07-12 09:35:33 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-07-12 09:35:33 -0700
commit9963cb30b0bb093c1010040d68e2c3d8f38f990f (patch)
treec77ef4a9279d1fb9cf7baa3b0b87b7a4d628b935 /tox.ini
parentf11d17b5c787409a7689279aec8f5435c64fdce8 (diff)
downloadcryptography-9963cb30b0bb093c1010040d68e2c3d8f38f990f.tar.gz
Linewrap CHANGELOG and have doc8 check it as well
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 745fb37a8..ef5e46d79 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,7 +27,7 @@ commands =
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 docs/
+ doc8 --allow-long-titles README.rst CHANGELOG.rst docs/
[testenv:docs-linkcheck]
deps =