fix: pin sphinx-rtd-theme to fix missing jquery lib

JQuery was removed as of Sphinx 6. The maintainers of our theme already
reacted to this but the release is not final yet.
Ref https://github.com/sphinx-doc/sphinx/issues/10070
Ref https://github.com/readthedocs/sphinx_rtd_theme/pull/1385

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
Richard Steinmetz 2023-01-11 12:47:52 +01:00 committed by backportbot-nextcloud[bot]
parent ab227a4e3b
commit f0fa36fdac

View File

@ -7,7 +7,7 @@ verify_ssl = true
[packages]
rst2pdf = "*"
sphinx-rtd-theme = "*"
sphinx-rtd-theme = "==1.2.0rc2"
Sphinx = "*"
Pillow = "*"