Merge pull request #9901 from nextcloud/fix/rtd-theme-pin

fix(pip): update sphinx-rtd-theme to latest 1.2.0
This commit is contained in:
Arthur Schiwon
2023-03-15 16:29:17 +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