source: docs/requirements.txt@ 19dba2

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 
1sphinx==4.*
2myst-parser
3sphinx_rtd_theme==1.0.*
4sphinxcontrib-spelling==7.3.0
5sphinx-autodoc-typehints
Note: See TracBrowser for help on using the repository browser.