Remove excess whitespace in ignore-path

Some extra whitespace is present in the ignore-path in the [doc8]
testenv, so remove it.

Change-Id: Idb4060e25b77b7f0aa8ae53b21e061af0020a98e
This commit is contained in:
Brian Rosmaita 2020-09-11 12:18:13 -04:00
parent 6aa47dfa7b
commit c3055563ab
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ builtins = _
exclude=.venv,.git,.tox,dist,doc/*,*lib/python*,*egg,build
[doc8]
ignore-path=.tox,*.egg-info,doc/src/api,doc/source/drivers.rst,doc/build,.eggs/*/EGG-INFO/*.txt,doc/so urce/configuration/tables,./*.txt,releasenotes/build
ignore-path=.tox,*.egg-info,doc/src/api,doc/source/drivers.rst,doc/build,.eggs/*/EGG-INFO/*.txt,doc/source/configuration/tables,./*.txt,releasenotes/build
extension=.txt,.rst,.inc
[testenv:lower-constraints]