summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2021-12-29 21:43:03 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2021-12-29 21:43:03 +0000
commit16895b4a492aedca8bcc2929a905207341c36b35 (patch)
tree5160cc1114c2c76af830e9cec64fc2d8b4c4b54d
parentf3784723ae54b9394dd3db219457071ab9b48ecb (diff)
downloaddeluge-16895b4a492aedca8bcc2929a905207341c36b35.tar.gz
deluge-16895b4a492aedca8bcc2929a905207341c36b35.tar.bz2
deluge-16895b4a492aedca8bcc2929a905207341c36b35.zip
[Docs] Fix spinx-contrib-spelling build error
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
-rw-r--r--docs/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt
index ff363e0ff..18ef4fe47 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,4 +1,4 @@
sphinx==4.*
myst-parser
sphinx_rtd_theme
-sphinxcontrib-spelling
+sphinxcontrib-spelling==7.3.0