mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Try to run the spellchecker on travis
This commit is contained in:
parent
694dab0aa1
commit
fc4e2b740f
3 changed files with 30 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
28
docs/spelling_wordlist.txt
Normal file
28
docs/spelling_wordlist.txt
Normal 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
|
||||
1
tox.ini
1
tox.ini
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue