Merge pull request #9544 from nextcloud/backport/9542/stable24

[stable24] fix: pin sphinx-rtd-theme to fix missing jquery lib
This commit is contained in:
Joas Schilling 2023-01-11 13:58:20 +01:00 committed by GitHub
commit 4396f71852
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 = "*"