From 262f099d04d0b20610b14886db16b6a40b144a4d Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Sat, 6 Jan 2018 23:52:39 +0900 Subject: [PATCH] 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 --- doc/source/user/log-in.rst | 3 ++- tox.ini | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/user/log-in.rst b/doc/source/user/log-in.rst index bd60544c91..194dc30dcf 100644 --- a/doc/source/user/log-in.rst +++ b/doc/source/user/log-in.rst @@ -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 ---------------- diff --git a/tox.ini b/tox.ini index d781951786..27bb7d7d28 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =