Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,15 @@ Prerequisites
Before building the documentation, ensure that all dependencies are installed
as described in :ref:`the setup instructions <code>`.

Additionally, to build the documentation with proper spell checking,
you need to install:

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




Using Tox (Cross-Platform)
Expand Down
2 changes: 2 additions & 0 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ pre
profiler
psycopg
py
pyenchant
pyflame
pylibmc
pytest
Expand All @@ -58,6 +59,7 @@ reinitializing
resizing
runserver
spellchecking
sphinxcontrib
spooler
stacktrace
stacktraces
Expand Down
Loading