From 30bd31eaf8ba6a790b4a631556f6881226c0a1be Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Thu, 14 May 2020 15:47:34 -0500 Subject: [PATCH] Add releasenote/ to doc8 ignore list Release note build output was not included in the exclusion list for our doc8 checks. This causes an issue if someone builds release notes locally, then runs the pep8 job afterwards. Also causes an issue for any static rst files included in the source files. Change-Id: Ibe0dbbdc8afc6ab3a9a41ab0ca073c567801f2e3 Signed-off-by: Sean McGinnis --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b2a2e77ef31..18f8168dd9e 100644 --- a/tox.ini +++ b/tox.ini @@ -217,7 +217,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 +ignore-path=.tox,*.egg-info,doc/src/api,doc/source/drivers.rst,doc/build,.eggs/*/EGG-INFO/*.txt,doc/source/configuration/tables,./*.txt,releasenotes extension=.txt,.rst,.inc [testenv:lower-constraints]