Merge pull request #9542 from nextcloud/fix/noid/missing-jquery

fix: pin sphinx-rtd-theme to fix missing jquery lib
This commit is contained in:
Vincent Petry 2023-01-11 13:41:15 +01:00 committed by GitHub
commit ada8222fc2
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 = "*"