mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-10 03:25:57 +00:00
19dba297ef
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