summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2022-06-28 19:35:06 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2022-06-28 19:45:21 +0100
commit19dba297ef46fbc6053b5120940be2354e01c380 (patch)
tree5d4daeca2d3475c45f6a3ce77e5636733fecc578
parentcbacaf0545b93de875522915bd66ae9637c6d9da (diff)
downloaddeluge-19dba297ef46fbc6053b5120940be2354e01c380.tar.gz
deluge-19dba297ef46fbc6053b5120940be2354e01c380.tar.bz2
deluge-19dba297ef46fbc6053b5120940be2354e01c380.zip
[Docs] Fix ReadTheDocs theme rendering issue
Fix rendering issues in ReadTheDocs by specifying latest version of sphinx-rtd-theme. Normally not an issue to install this latest dependency from doc/requirement.txt but RTD installs in the env an older version (<0.5) before running requirements file install thus sphinx-rtd-theme is not upgraded unless a version is specified. See-also: https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
-rw-r--r--docs/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt
index 70739640a..de42439d9 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,5 +1,5 @@
sphinx==4.*
myst-parser
-sphinx_rtd_theme
+sphinx_rtd_theme==1.0.*
sphinxcontrib-spelling==7.3.0
sphinx-autodoc-typehints