CI docs build was failing with the following error when using latest
sphinx-contrib-spelling 7.3.1
error: option -j not recognized
Fixed by pinning to previous version.
GitHub-ref: https://github.com/sphinx-contrib/spelling/issues/142
5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
sphinx==4.*
|
|
myst-parser
|
|
sphinx_rtd_theme
|
|
sphinxcontrib-spelling==7.3.0
|