From b4478a764555df202224a6d7b00431204b7aaa31 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 23 Feb 2015 22:35:18 +0100 Subject: [PATCH] Fix local niceness checks with RST Add doc/*/build also to doc8 ignore list, so that locally running tox -e checkniceness works if you build RST manuals locally. Change-Id: I8e3e3e201bf60c27e791f6c764ab3514b3337e7a --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6231cd378e..c022be7ea9 100644 --- a/tox.ini +++ b/tox.ini @@ -107,7 +107,7 @@ commands = doc-tools-check-languages doc-tools-check-languages.conf publish all [doc8] # Settings for doc8: # Ignore target directories -ignore-path = doc/*/target +ignore-path = doc/*/target,doc/*/build # File extensions to use extensions = .rst,.txt