Skip to content

Commit f852c7d

Browse files
authored
Merge pull request #9901 from nextcloud/fix/rtd-theme-pin
fix(pip): update sphinx-rtd-theme to latest 1.2.0
2 parents d9369b6 + 60b00a3 commit f852c7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ verify_ssl = true
77

88
[packages]
99
rst2pdf = "*"
10-
sphinx-rtd-theme = "==1.2.0rc2"
10+
sphinx-rtd-theme = "==1.2.0"
1111
Sphinx = "*"
1212
Pillow = "*"
1313

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sphinx
22
rst2pdf
33
pillow
4-
sphinx-rtd-theme==1.2.0rc2
4+
sphinx-rtd-theme==1.2.0
55
sphinxcontrib-phpdomain
66

77
# https://github.com/readthedocs/readthedocs.org/issues/9037#issuecomment-1077818554

0 commit comments

Comments
 (0)