diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-08-19 16:18:01 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-08-19 16:18:01 -0700 |
commit | 95f2c2b2506f1581ffd59d5128f0c0c2ce564257 (patch) | |
tree | 47352a088403ac581e44be6cf35742e9bf59c86a | |
parent | 32df651fb8205711fafae360342f7d5103c072fa (diff) | |
download | cryptography-95f2c2b2506f1581ffd59d5128f0c0c2ce564257.tar.gz cryptography-95f2c2b2506f1581ffd59d5128f0c0c2ce564257.tar.bz2 cryptography-95f2c2b2506f1581ffd59d5128f0c0c2ce564257.zip |
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 |