diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2019-06-15 20:44:33 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2019-06-15 22:06:27 +0200 |
commit | 8b62e50eb8bf81a177c4d62484a44b766c6f54a6 (patch) | |
tree | 1d10524d4a28f008dd0a95dfd33afe7773c27345 /tox.ini | |
parent | [Docs] Cleanup updating plugin page (diff) | |
download | deluge-8b62e50eb8bf81a177c4d62484a44b766c6f54a6.tar.xz deluge-8b62e50eb8bf81a177c4d62484a44b766c6f54a6.zip |
[Docs] Add spellchecking with pyenchant
- Use sphinxcontrib.spelling with custom wordlist.
- Skip the checking of the modules documents as they raise
false-positives.
- Add a setup.py spellcheck_docs command.
- Fix spelling and other issues.
- Add a doc favicon.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -152,7 +152,8 @@ sitepackages = False deps = {[basedocs]deps} commands = python setup.py clean_docs - sphinx-build -v -j auto -E -T -b html -d docs/build/doctrees docs/source docs/build/html + sphinx-build -v -j auto -E -b html -d docs/build/doctrees docs/source docs/build/html + sphinx-build -v -j auto -b spelling -d docs/build/doctrees docs/source docs/build/spelling [testenv:docscoverage] sitepackages = False |