From 68d9cd108426d657e7683166bc53e0f0a0246f09 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Sat, 24 Feb 2018 18:17:03 -0500 Subject: [PATCH] Check files with recursive option --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 273660af4ae..8b6bd20104c 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,7 @@ commands = deps = -r{toxinidir}/requirements/docs-lint.txt changedir = {toxinidir}/docs commands = - bash -c 'rstcheck `find **/*.rst | xargs`' + rstcheck -r . [testenv:lint] deps = -r{toxinidir}/requirements/lint.txt