Merge "Use [doc8] section"

This commit is contained in:
Jenkins 2014-08-31 08:53:52 +00:00 committed by Gerrit Code Review
commit 1ed71be6e5
1 changed files with 8 additions and 1 deletions

View File

@ -24,7 +24,7 @@ commands = openstack-doc-test --check-links {posargs}
[testenv:checkniceness]
commands =
openstack-doc-test --check-niceness {posargs}
doc8 -e .rst -e .txt doc
doc8 doc
[testenv:checksyntax]
commands =
@ -85,3 +85,10 @@ commands = doc-tools-check-languages doc-tools-check-languages.conf test {posarg
sitepackages=True
whitelist_externals = doc-tools-check-languages
commands = doc-tools-check-languages doc-tools-check-languages.conf publish all
[doc8]
# Settings for doc8:
# Ignore target directories
ignore_path = doc/*/target
# File extensions to use
extensions = .rst,.txt