Installation¶
Installing sphinxcontrib.spelling¶
- Follow the instructions on the PyEnchant site to install enchant and then PyEnchant.
- Install the extension with pip:
pip install sphinxcontrib-spelling
Configuration¶
- Add
'sphinxcontrib.spelling'
to theextensions
list inconf.py
.
extensions = [ 'sphinxcontrib.spelling' ]