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

View File

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