Merge pull request #9904 from nextcloud/backport/9901/stable24

[stable24] fix(pip): update sphinx-rtd-theme to latest 1.2.0
This commit is contained in:
Andy Scherzinger 2023-03-15 19:56:38 +01:00 committed by GitHub
commit 66c9e28ddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,7 +1,7 @@
sphinx
rst2pdf
pillow
sphinx-rtd-theme==1.2.0rc2
sphinx-rtd-theme==1.2.0
sphinxcontrib-phpdomain
# https://github.com/readthedocs/readthedocs.org/issues/9037#issuecomment-1077818554