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 the extensions list in conf.py.
extensions = [ 'sphinxcontrib.spelling' ]