mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 07:58:38 +00:00
[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
This commit is contained in:
parent
cbacaf0545
commit
19dba297ef
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
sphinx==4.*
|
sphinx==4.*
|
||||||
myst-parser
|
myst-parser
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme==1.0.*
|
||||||
sphinxcontrib-spelling==7.3.0
|
sphinxcontrib-spelling==7.3.0
|
||||||
sphinx-autodoc-typehints
|
sphinx-autodoc-typehints
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue