diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-08-19 14:18:12 -1000 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-08-19 14:18:12 -1000 |
commit | 7154fa6017e3332570de52065f1eb5c4311a120e (patch) | |
tree | 679410691457a653fb7d730914c5e7f1b1b2e306 | |
parent | 3f512f733c6a48d6e508428d55ab2b02ef5615ea (diff) | |
parent | 95f2c2b2506f1581ffd59d5128f0c0c2ce564257 (diff) | |
download | cryptography-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.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -63,3 +63,6 @@ commands = exclude = .tox,*.egg select = E,W,F,N,I application-import-names = cryptography,cryptography_vectors,tests + +[doc8] +extensions = rst |