develop
Last change
on this file since 19dba2 was 19dba2, checked in by Calum Lind <calumlind+deluge@gmail.com>, 3 years ago |
[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
|
-
Property mode
set to
100644
|
File size:
103 bytes
|
Line | |
---|
1 | sphinx==4.*
|
---|
2 | myst-parser
|
---|
3 | sphinx_rtd_theme==1.0.*
|
---|
4 | sphinxcontrib-spelling==7.3.0
|
---|
5 | sphinx-autodoc-typehints
|
---|
Note:
See
TracBrowser
for help on using the repository browser.