From 117ff1d37d63cdfa0982eba6b636bf8f59d99a3c Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Thu, 29 Jan 2026 10:04:47 -0300 Subject: Made explicit that aspell is a requirement to run spell checks on docs. --- docs/internals/contributing/writing-documentation.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt index 09a790b4a3..90e9533db8 100644 --- a/docs/internals/contributing/writing-documentation.txt +++ b/docs/internals/contributing/writing-documentation.txt @@ -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 +`__. Then from the ``docs`` directory, run: .. console:: -- cgit v1.3