InstallationΒΆ
Install the extension with pip:
pip install sphinxcontrib-spellingAdd
'sphinxcontrib.spelling'to theextensionslist inconf.py.extensions = [ 'sphinxcontrib.spelling' ]
Then pass
"spelling"as the builder argument tosphinx-build.$ sphinx-build -b spelling docs/source docs/build