Merge pull request #9543 from nextcloud/backport/9542/stable25

[stable25] fix: pin sphinx-rtd-theme to fix missing jquery lib
This commit is contained in:
Joas Schilling 2023-01-11 13:57:42 +01:00 committed by GitHub
commit 835398a24b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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