summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Smith <39445562+smithdc1@users.noreply.github.com>2020-06-01 06:07:56 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-06-01 07:09:31 +0200
commit4118a9b5f85ca7b08c3480ab2983fe7fe21a89f0 (patch)
treef00315d7305fe9ecbdb3da75e041e7ab29e9d1cd
parente9d13f9d61c33fe3079c39da70ae1f99b4a445f1 (diff)
[3.0.x] Removed redundant pyenchant dependency in spelling check docs.
Backport of 7514852767c4723322f5799a2bd25b7ca263e3b0 from master
-rw-r--r--docs/internals/contributing/writing-documentation.txt14
1 files changed, 4 insertions, 10 deletions
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt
index 34aa12daba..8f1cfed8fd 100644
--- a/docs/internals/contributing/writing-documentation.txt
+++ b/docs/internals/contributing/writing-documentation.txt
@@ -485,16 +485,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