Try to run the spellchecker on travis

This commit is contained in:
Alex Gaynor 2014-01-10 07:30:51 -08:00
parent 694dab0aa1
commit fc4e2b740f
3 changed files with 30 additions and 0 deletions

View file

@ -38,6 +38,7 @@ extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.viewcode',
'cryptography-docs',
'sphinxcontrib.spelling',
]
# Add any paths that contain templates here, relative to this directory.

View file

@ -0,0 +1,28 @@
backend
backends
boolean
ciphertext
committer
crypto
cryptographic
cryptographically
decrypt
decrypted
decrypting
fernet
hazmat
indistinguishability
introspectability
invariants
pickleable
plaintext
testability
unencrypted
unpadded
unpadding
Backends
Blowfish
Changelog
Docstrings
Fernet
Schneier

View file

@ -21,6 +21,7 @@ commands =
sphinx-build -W -b latex -d {envtmpdir}/doctrees docs docs/_build/latex
sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html
sphinx-build -W -b linkcheck docs docs/_build/html
sphinx-build -W -b spelling docs docs/_build/html
# Temporarily disable coverage on pypy because of performance problems with
# coverage.py on pypy.