Merge "Check documents for doc8 issues and fix one doc8 issue"

This commit is contained in:
Jenkins 2014-08-15 19:24:40 +00:00 committed by Gerrit Code Review
commit 89a5a76c30
3 changed files with 5 additions and 2 deletions

View File

@ -4,4 +4,4 @@ Usage
To use doc8 in a project::
import doc8
import doc8

View File

@ -1,3 +1,4 @@
doc8
hacking>=0.9.2,<0.10
nose
oslosphinx

View File

@ -21,7 +21,9 @@ downloadcache = ~/cache/pip
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
commands =
doc8 -e .rst doc CONTRIBUTING.rst HACKING.rst README.rst
python setup.py build_sphinx
[flake8]
builtins = _