[3.1.x] Removed redundant pyenchant dependency in spelling check docs.
Backport of 7514852767
from master
This commit is contained in:
parent
0793f93bbe
commit
74baa468e0
|
@ -496,16 +496,10 @@ Spelling check
|
||||||
==============
|
==============
|
||||||
|
|
||||||
Before you commit your docs, it's a good idea to run the spelling checker.
|
Before you commit your docs, it's a good idea to run the spelling checker.
|
||||||
You'll need to install a couple packages first:
|
You'll need to install `sphinxcontrib-spelling
|
||||||
|
<https://pypi.org/project/sphinxcontrib-spelling/>`_ first. Then from the
|
||||||
* `pyenchant <https://pypi.org/project/pyenchant/>`_ (which requires
|
``docs`` directory, run ``make spelling``. Wrong words (if any) along with the
|
||||||
`enchant <https://www.abisource.com/projects/enchant/>`_)
|
file and line number where they occur will be saved to
|
||||||
|
|
||||||
* `sphinxcontrib-spelling
|
|
||||||
<https://pypi.org/project/sphinxcontrib-spelling/>`_
|
|
||||||
|
|
||||||
Then from the ``docs`` directory, run ``make spelling``. Wrong words (if any)
|
|
||||||
along with the file and line number where they occur will be saved to
|
|
||||||
``_build/spelling/output.txt``.
|
``_build/spelling/output.txt``.
|
||||||
|
|
||||||
If you encounter false-positives (error output that actually is correct), do
|
If you encounter false-positives (error output that actually is correct), do
|
||||||
|
|
Loading…
Reference in New Issue