[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.
This commit is contained in:
3
tox.ini
3
tox.ini
@ -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
|
||||
|
Reference in New Issue
Block a user