sphinx-lint
sphinx-lint copied to clipboard
`-i` `--ignore` flag doesn't accept a list of arguments
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