From 4ac01a8b4581859c31a5e99e36c37377d980b5df Mon Sep 17 00:00:00 2001 From: Justin Shepherd Date: Tue, 9 Jun 2015 15:38:30 -0500 Subject: [PATCH] Fixing [doc8] section in tox.ini Change-Id: Ibad4c9deb6a1d548b02cee8f1031a9559202b20d --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 55b81cd3..40ddadb3 100644 --- a/tox.ini +++ b/tox.ini @@ -10,4 +10,4 @@ deps = -r{toxinidir}/test-requirements.txt [testenv:doc8] commands = - doc8 *.rst **/*.rst + doc8 --ignore-path={envdir} --ignore-path=*.txt --ignore-path=**/*.txt