From 607f04421463e9e0dd64414daacfb943d635dbf2 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Wed, 17 Jun 2020 09:22:39 -0500 Subject: [PATCH] Add generated doc output path to doc8 ignore list The contributor/api docs are generated when building the docs. Since these are generated docs from the code, we should not include this path when running doc8 checks. Change-Id: Icd85968398d94eaeee35d539250d5562f787a271 Signed-off-by: Sean McGinnis --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 82efa720005..3459c10ae24 100644 --- a/tox.ini +++ b/tox.ini @@ -216,7 +216,7 @@ extension = paths = ./cinder/tests/hacking [doc8] -ignore-path=.tox,*.egg-info,doc/src/api,doc/source/drivers.rst,doc/build,.eggs/*/EGG-INFO/*.txt,doc/source/configuration/tables,./*.txt,releasenotes +ignore-path=.tox,*.egg-info,doc/src/api,doc/source/drivers.rst,doc/build,.eggs/*/EGG-INFO/*.txt,doc/source/configuration/tables,./*.txt,releasenotes,doc/source/contributor/api extension=.txt,.rst,.inc [testenv:lower-constraints]