Merge pull request #9902 from nextcloud/backport/9901/stable26

[stable26] fix(pip): update sphinx-rtd-theme to latest 1.2.0
This commit is contained in:
Andy Scherzinger
2023-03-15 19:57:20 +01:00
committed by GitHub
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