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 theextensionslist inconf.py.
extensions = [ 'sphinxcontrib.spelling' ]