tox: run doc8 in pep8

The gate doc/releasenotes jobs do not use tox targets and
call sphinx directly, so doc8 check is not asserted in the gate.
Considering this, this commit adds doc8 check to pep8 job
to ensure doc8 check is applied.

Change-Id: I9df403199264de36b1d0997871e32b29a6988c00
This commit is contained in:
Akihiro Motoki 2018-01-06 23:52:39 +09:00
parent 1b3e43d2a8
commit 262f099d04
2 changed files with 3 additions and 1 deletions

View File

@ -120,7 +120,8 @@ Network tab
* :guilabel:`Security Groups`: View, create, edit, and delete security
groups and security group rules..
* :guilabel:`Floating IPs`: Allocate an IP address to or release it from a project.
* :guilabel:`Floating IPs`: Allocate an IP address to or release it
from a project.
Object Store tab
----------------

View File

@ -69,6 +69,7 @@ commands =
flake8 {posargs}
{envpython} {toxinidir}/manage.py extract_messages --verbosity 0 --check-only
bash {toxinidir}/tools/find_executables.sh
doc8 doc/source releasenotes/source releasenotes/notes
[testenv:cover]
commands =