aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-08-19 14:18:12 -1000
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-08-19 14:18:12 -1000
commit7154fa6017e3332570de52065f1eb5c4311a120e (patch)
tree679410691457a653fb7d730914c5e7f1b1b2e306
parent3f512f733c6a48d6e508428d55ab2b02ef5615ea (diff)
parent95f2c2b2506f1581ffd59d5128f0c0c2ce564257 (diff)
downloadcryptography-7154fa6017e3332570de52065f1eb5c4311a120e.tar.gz
cryptography-7154fa6017e3332570de52065f1eb5c4311a120e.tar.bz2
cryptography-7154fa6017e3332570de52065f1eb5c4311a120e.zip
Merge pull request #1309 from alex/doc8-extension
only run doc8 over things with a rst extension
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
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