From 95f2c2b2506f1581ffd59d5128f0c0c2ce564257 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 19 Aug 2014 16:18:01 -0700 Subject: only run doc8 over things with a rst extension --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 98cd8a68..7d64be80 100644 --- a/tox.ini +++ b/tox.ini @@ -63,3 +63,6 @@ commands = exclude = .tox,*.egg select = E,W,F,N,I application-import-names = cryptography,cryptography_vectors,tests + +[doc8] +extensions = rst -- cgit v1.2.3