Skip to content

Commit 13fc5c0

Browse files
docs: simplify Enchant installation note
1 parent 64adeeb commit 13fc5c0

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

docs/contributing.rst

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -229,20 +229,10 @@ Additionally, to build the documentation with proper spell checking,
229229
you need to install:
230230

231231
- **Enchant Library** - This is required by the sphinxcontrib-spelling
232-
extension via the pyenchant package. Installation instructions vary by
233-
platform:
232+
extension via the pyenchant package. For detailed installation
233+
instructions, see the
234+
`pyenchant installation documentation <https://pyenchant.github.io/pyenchant/install.html#installing-the-enchant-c-library>`_.
234235

235-
- **Windows**: The binary wheel includes a pre-compiled Enchant library.
236-
- **macOS**: ``brew install enchant``
237-
- **Linux**: Use your distribution's package manager
238-
(e.g., ``apt install enchant``)
239-
240-
- **FreeBSD**: ``pkg install enchant-2``
241-
242-
- **FreeBSD**: ``pkg install enchant-2``
243-
244-
For detailed installation instructions, see the `pyenchant installation documentation
245-
<https://pyenchant.github.io/pyenchant/install.html#installing-the-enchant-c-library>`_.
246236

247237

248238

0 commit comments

Comments
 (0)