diff options
| author | David Smith <39445562+smithdc1@users.noreply.github.com> | 2020-06-01 06:07:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-01 07:07:56 +0200 |
| commit | 7514852767c4723322f5799a2bd25b7ca263e3b0 (patch) | |
| tree | cb3f4a0d8001a520e1acec9d053fb8db6c23b8a4 /docs/internals/contributing/writing-documentation.txt | |
| parent | 8dabdd2cc559a66b519e2a88b64575d304b96ebe (diff) | |
Removed redundant pyenchant dependency in spelling check docs.
Diffstat (limited to 'docs/internals/contributing/writing-documentation.txt')
| -rw-r--r-- | docs/internals/contributing/writing-documentation.txt | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt index 82f918f921..cad2b9975e 100644 --- a/docs/internals/contributing/writing-documentation.txt +++ b/docs/internals/contributing/writing-documentation.txt @@ -496,16 +496,10 @@ Spelling check ============== Before you commit your docs, it's a good idea to run the spelling checker. -You'll need to install a couple packages first: - -* `pyenchant <https://pypi.org/project/pyenchant/>`_ (which requires - `enchant <https://www.abisource.com/projects/enchant/>`_) - -* `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 +You'll need to install `sphinxcontrib-spelling +<https://pypi.org/project/sphinxcontrib-spelling/>`_ first. 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``. If you encounter false-positives (error output that actually is correct), do |
