From 12a8e36910a3fa38ef14b7f508d6f11dcfc32cea Mon Sep 17 00:00:00 2001
From: Paul Kehrer <paul.l.kehrer@gmail.com>
Date: Sat, 25 Oct 2014 16:30:51 -0700
Subject: [PATCH] ignore the docs build directory for doc8

---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 2c369bea..72006f05 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,7 +20,7 @@ commands =
     sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
     sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html
     sphinx-build -W -b linkcheck docs docs/_build/html
-    doc8 README.rst docs/
+    doc8 README.rst docs/ --ignore-path docs/_build/
 
 [testenv:meta]
 deps =
-- 
GitLab