InstallationΒΆ

  1. Install the extension with pip: pip install sphinxcontrib-spelling

  2. Add 'sphinxcontrib.spelling' to the extensions list in conf.py.

    extensions = [ 'sphinxcontrib.spelling' ]
    
  3. Then pass "spelling" as the builder argument to sphinx-build.

    $ sphinx-build -b spelling docs/source docs/build