mirror of
https://github.com/django/django.git
synced 2026-02-09 02:49:25 +08:00
Made explicit that aspell is a requirement to run spell checks on docs.
This commit is contained in:
@@ -178,8 +178,9 @@ Spelling check
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
Before you commit your docs, it's a good idea to run the spelling checker.
|
||||
You'll need to install :pypi:`sphinxcontrib-spelling` first. Then from the
|
||||
``docs`` directory, run:
|
||||
You'll need to install :pypi:`sphinxcontrib-spelling` first. The spell checker
|
||||
also requires a system-level spell checking backend such as `Aspell
|
||||
<http://aspell.net/>`__. Then from the ``docs`` directory, run:
|
||||
|
||||
.. console::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user