sphinx-lint icon indicating copy to clipboard operation
sphinx-lint copied to clipboard

`-i` `--ignore` flag doesn't accept a list of arguments

Open Seluj78 opened this issue 1 year ago • 1 comments
trafficstars

When I run sphinx-lint -i .venv .tox I was expecting sphinx-lint to ignore both .venv and .tox directories but it isn't the case.

For it to work, I need to do sphinx-lint -i .venv -i .tox which is kind of ugly IMO

Seluj78 avatar Jun 10 '24 12:06 Seluj78