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 <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-05-14 15:47:34 -05:00
parent 6b5d1f45e9
commit 30bd31eaf8
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8

View File

@ -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]