Skip to content

Commit 35ec392

Browse files
authored
Release 11.3.0 (#11506)
1 parent 9ef7db8 commit 35ec392

File tree

34 files changed

+795
-1967
lines changed

34 files changed

+795
-1967
lines changed

CHANGELOG.rst

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Version 11.3.0
2+
--------------
3+
4+
:Date: July 30, 2024
5+
6+
* `@stsewd <https://github.com/stsewd>`__: Templates: remove unused filter (`#11504 <https://github.com/readthedocs/readthedocs.org/pull/11504>`__)
7+
* `@stsewd <https://github.com/stsewd>`__: Social accounts: Add filter to check if a social account can be disconnected (`#11503 <https://github.com/readthedocs/readthedocs.org/pull/11503>`__)
8+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11502 <https://github.com/readthedocs/readthedocs.org/pull/11502>`__)
9+
* `@humitos <https://github.com/humitos>`__: Build: do not use custom builder when `DISABLE_SPHINX_MANIPULATION` (`#11499 <https://github.com/readthedocs/readthedocs.org/pull/11499>`__)
10+
* `@ericholscher <https://github.com/ericholscher>`__: Release 11.2.1 (`#11497 <https://github.com/readthedocs/readthedocs.org/pull/11497>`__)
11+
* `@humitos <https://github.com/humitos>`__: Logs: slightly improve on subscription cancelled logs (`#11496 <https://github.com/readthedocs/readthedocs.org/pull/11496>`__)
12+
* `@humitos <https://github.com/humitos>`__: Docs: use the latest rc1 release of the theme (`#11495 <https://github.com/readthedocs/readthedocs.org/pull/11495>`__)
13+
* `@humitos <https://github.com/humitos>`__: Addons: remove "beta" framing around addons (`#11493 <https://github.com/readthedocs/readthedocs.org/pull/11493>`__)
14+
* `@humitos <https://github.com/humitos>`__: Docs: remove beta framing from pull request (`#11492 <https://github.com/readthedocs/readthedocs.org/pull/11492>`__)
15+
* `@humitos <https://github.com/humitos>`__: Proxito: remove outdated URL (`#11491 <https://github.com/readthedocs/readthedocs.org/pull/11491>`__)
16+
* `@ericholscher <https://github.com/ericholscher>`__: Add an initial resync_versions API to v3 (`#11484 <https://github.com/readthedocs/readthedocs.org/pull/11484>`__)
17+
118
Version 11.2.1
219
--------------
320

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
master_doc = "index"
7878
copyright = "Read the Docs, Inc & contributors"
79-
version = "11.2.1"
79+
version = "11.3.0"
8080
release = version
8181
exclude_patterns = ["_build", "shared", "_includes"]
8282
default_role = "obj"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "readthedocs",
3-
"version": "11.2.1",
3+
"version": "11.3.0",
44
"description": "Read the Docs build dependencies",
55
"author": "Read the Docs, Inc <[email protected]>",
66
"scripts": {

readthedocs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Read the Docs."""
22

33

4-
__version__ = "11.2.1"
4+
__version__ = "11.3.0"

readthedocs/locale/ar/LC_MESSAGES/django.po

+20-44
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: readthedocs\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-07-23 14:39+0000\n"
16+
"POT-Creation-Date: 2024-07-30 11:36+0000\n"
1717
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
1818
"Last-Translator: Mustafa <[email protected]>, 2020\n"
1919
"Language-Team: Arabic (http://app.transifex.com/readthedocs/readthedocs/"
@@ -145,39 +145,39 @@ msgstr ""
145145
msgid "Privacy Policy"
146146
msgstr "سياسة الخصوصية"
147147

148-
#: api/v3/serializers.py:625
148+
#: api/v3/serializers.py:635
149149
#, python-brace-format
150150
msgid "Invalid project name \"{0}\": no slug generated."
151151
msgstr ""
152152

153-
#: api/v3/serializers.py:629
153+
#: api/v3/serializers.py:639
154154
#, python-brace-format
155155
msgid "Project with slug \"{0}\" already exists."
156156
msgstr ""
157157

158-
#: api/v3/serializers.py:864
158+
#: api/v3/serializers.py:874
159159
#, python-brace-format
160160
msgid "Project with {slug_name}={value} is not valid as subproject"
161161
msgstr ""
162162

163-
#: api/v3/serializers.py:872 projects/forms.py:603
163+
#: api/v3/serializers.py:882 projects/forms.py:603
164164
msgid "A subproject with this alias already exists"
165165
msgstr ""
166166

167-
#: api/v3/serializers.py:1015
167+
#: api/v3/serializers.py:1025
168168
#, python-brace-format
169169
msgid ""
170170
"Prefix redirects have been removed. Please use an exact redirect `/prefix/*` "
171171
"instead. See {blog_link}."
172172
msgstr ""
173173

174-
#: api/v3/serializers.py:1021
174+
#: api/v3/serializers.py:1031
175175
#, python-brace-format
176176
msgid ""
177177
"sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}."
178178
msgstr ""
179179

180-
#: api/v3/serializers.py:1027
180+
#: api/v3/serializers.py:1037
181181
#, python-brace-format
182182
msgid ""
183183
"sphinx_htmldir redirect has been renamed to html_to_clean_url. See "
@@ -2399,10 +2399,8 @@ msgid "Repository URL"
23992399
msgstr "عنوان المستودع"
24002400

24012401
#: projects/models.py:260
2402-
#, fuzzy
2403-
#| msgid "Repository URL"
24042402
msgid "Git repository URL"
2405-
msgstr "عنوان المستودع"
2403+
msgstr ""
24062404

24072405
#: projects/models.py:267
24082406
msgid "Repository type"
@@ -2989,16 +2987,12 @@ msgid "Project addons updated"
29892987
msgstr ""
29902988

29912989
#: projects/views/private.py:270
2992-
#, fuzzy
2993-
#| msgid "Version"
29942990
msgid "Version created"
2995-
msgstr "الإصدار"
2991+
msgstr ""
29962992

29972993
#: projects/views/private.py:275
2998-
#, fuzzy
2999-
#| msgid "Version"
30002994
msgid "Version updated"
3001-
msgstr "الإصدار"
2995+
msgstr ""
30022996

30032997
#: projects/views/private.py:402
30042998
#, python-brace-format
@@ -3008,45 +3002,33 @@ msgid ""
30083002
msgstr ""
30093003

30103004
#: projects/views/private.py:460
3011-
#, fuzzy
3012-
#| msgid "Subprojects"
30133005
msgid "Subproject created"
3014-
msgstr "مشاريع فرعية"
3006+
msgstr ""
30153007

30163008
#: projects/views/private.py:464
3017-
#, fuzzy
3018-
#| msgid "Subprojects"
30193009
msgid "Subproject updated"
3020-
msgstr "مشاريع فرعية"
3010+
msgstr ""
30213011

30223012
#: projects/views/private.py:469
3023-
#, fuzzy
3024-
#| msgid "Subprojects"
30253013
msgid "Subproject deleted"
3026-
msgstr "مشاريع فرعية"
3014+
msgstr ""
30273015

30283016
#: projects/views/private.py:512
3029-
#, fuzzy
3030-
#| msgid "Deleted"
30313017
msgid "User deleted"
3032-
msgstr "حُذف"
3018+
msgstr ""
30333019

30343020
#: projects/views/private.py:523
30353021
#, python-brace-format
30363022
msgid "{username} is the last owner, can't be removed"
30373023
msgstr ""
30383024

30393025
#: projects/views/private.py:588
3040-
#, fuzzy
3041-
#| msgid "Publication date"
30423026
msgid "Notification created"
3043-
msgstr "تاريخ النشر"
3027+
msgstr ""
30443028

30453029
#: projects/views/private.py:593
3046-
#, fuzzy
3047-
#| msgid "Publication date"
30483030
msgid "Notification deleted"
3049-
msgstr "تاريخ النشر"
3031+
msgstr ""
30503032

30513033
#: projects/views/private.py:628
30523034
msgid "Webhook created"
@@ -3081,22 +3063,16 @@ msgid "Redirect deleted"
30813063
msgstr ""
30823064

30833065
#: projects/views/private.py:818
3084-
#, fuzzy
3085-
#| msgid "Machine Created"
30863066
msgid "Domain created"
3087-
msgstr "صنع الألة"
3067+
msgstr ""
30883068

30893069
#: projects/views/private.py:838
3090-
#, fuzzy
3091-
#| msgid "Domain"
30923070
msgid "Domain updated"
3093-
msgstr "النطاق"
3071+
msgstr ""
30943072

30953073
#: projects/views/private.py:853
3096-
#, fuzzy
3097-
#| msgid "Deleted"
30983074
msgid "Domain deleted"
3099-
msgstr "حُذف"
3075+
msgstr ""
31003076

31013077
#: projects/views/private.py:898
31023078
msgid "Integration created"

readthedocs/locale/ca/LC_MESSAGES/django.po

+23-53
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: readthedocs\n"
1212
"Report-Msgid-Bugs-To: \n"
13-
"POT-Creation-Date: 2024-07-23 14:39+0000\n"
13+
"POT-Creation-Date: 2024-07-30 11:36+0000\n"
1414
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
1515
"Last-Translator: dplanella <[email protected]>, 2017\n"
1616
"Language-Team: Catalan (http://app.transifex.com/readthedocs/readthedocs/"
@@ -141,39 +141,39 @@ msgstr ""
141141
msgid "Privacy Policy"
142142
msgstr ""
143143

144-
#: api/v3/serializers.py:625
144+
#: api/v3/serializers.py:635
145145
#, python-brace-format
146146
msgid "Invalid project name \"{0}\": no slug generated."
147147
msgstr ""
148148

149-
#: api/v3/serializers.py:629
149+
#: api/v3/serializers.py:639
150150
#, python-brace-format
151151
msgid "Project with slug \"{0}\" already exists."
152152
msgstr ""
153153

154-
#: api/v3/serializers.py:864
154+
#: api/v3/serializers.py:874
155155
#, python-brace-format
156156
msgid "Project with {slug_name}={value} is not valid as subproject"
157157
msgstr ""
158158

159-
#: api/v3/serializers.py:872 projects/forms.py:603
159+
#: api/v3/serializers.py:882 projects/forms.py:603
160160
msgid "A subproject with this alias already exists"
161161
msgstr ""
162162

163-
#: api/v3/serializers.py:1015
163+
#: api/v3/serializers.py:1025
164164
#, python-brace-format
165165
msgid ""
166166
"Prefix redirects have been removed. Please use an exact redirect `/prefix/*` "
167167
"instead. See {blog_link}."
168168
msgstr ""
169169

170-
#: api/v3/serializers.py:1021
170+
#: api/v3/serializers.py:1031
171171
#, python-brace-format
172172
msgid ""
173173
"sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}."
174174
msgstr ""
175175

176-
#: api/v3/serializers.py:1027
176+
#: api/v3/serializers.py:1037
177177
#, python-brace-format
178178
msgid ""
179179
"sphinx_htmldir redirect has been renamed to html_to_clean_url. See "
@@ -2395,10 +2395,8 @@ msgid "Repository URL"
23952395
msgstr "URL del repositori"
23962396

23972397
#: projects/models.py:260
2398-
#, fuzzy
2399-
#| msgid "Repository URL"
24002398
msgid "Git repository URL"
2401-
msgstr "URL del repositori"
2399+
msgstr ""
24022400

24032401
#: projects/models.py:267
24042402
msgid "Repository type"
@@ -2990,16 +2988,12 @@ msgid "Project addons updated"
29902988
msgstr ""
29912989

29922990
#: projects/views/private.py:270
2993-
#, fuzzy
2994-
#| msgid "Version"
29952991
msgid "Version created"
2996-
msgstr "Versió"
2992+
msgstr ""
29972993

29982994
#: projects/views/private.py:275
2999-
#, fuzzy
3000-
#| msgid "Version"
30012995
msgid "Version updated"
3002-
msgstr "Versió"
2996+
msgstr ""
30032997

30042998
#: projects/views/private.py:402
30052999
#, python-brace-format
@@ -3009,45 +3003,33 @@ msgid ""
30093003
msgstr ""
30103004

30113005
#: projects/views/private.py:460
3012-
#, fuzzy
3013-
#| msgid "Subprojects"
30143006
msgid "Subproject created"
3015-
msgstr "Subprojectes"
3007+
msgstr ""
30163008

30173009
#: projects/views/private.py:464
3018-
#, fuzzy
3019-
#| msgid "Subprojects"
30203010
msgid "Subproject updated"
3021-
msgstr "Subprojectes"
3011+
msgstr ""
30223012

30233013
#: projects/views/private.py:469
3024-
#, fuzzy
3025-
#| msgid "Subprojects"
30263014
msgid "Subproject deleted"
3027-
msgstr "Subprojectes"
3015+
msgstr ""
30283016

30293017
#: projects/views/private.py:512
3030-
#, fuzzy
3031-
#| msgid "Deleted"
30323018
msgid "User deleted"
3033-
msgstr "Eliminat"
3019+
msgstr ""
30343020

30353021
#: projects/views/private.py:523
30363022
#, python-brace-format
30373023
msgid "{username} is the last owner, can't be removed"
30383024
msgstr ""
30393025

30403026
#: projects/views/private.py:588
3041-
#, fuzzy
3042-
#| msgid "Publication date"
30433027
msgid "Notification created"
3044-
msgstr "Data de publicació"
3028+
msgstr ""
30453029

30463030
#: projects/views/private.py:593
3047-
#, fuzzy
3048-
#| msgid "Publication date"
30493031
msgid "Notification deleted"
3050-
msgstr "Data de publicació"
3032+
msgstr ""
30513033

30523034
#: projects/views/private.py:628
30533035
msgid "Webhook created"
@@ -3062,34 +3044,24 @@ msgid "Webhook deleted"
30623044
msgstr ""
30633045

30643046
#: projects/views/private.py:703
3065-
#, fuzzy
3066-
#| msgid "Translations"
30673047
msgid "Translation created"
3068-
msgstr "Traduccions"
3048+
msgstr ""
30693049

30703050
#: projects/views/private.py:708
3071-
#, fuzzy
3072-
#| msgid "Translations"
30733051
msgid "Translation deleted"
3074-
msgstr "Traduccions"
3052+
msgstr ""
30753053

30763054
#: projects/views/private.py:751
3077-
#, fuzzy
3078-
#| msgid "Redirect Type"
30793055
msgid "Redirect created"
3080-
msgstr "Tipus de redirecció"
3056+
msgstr ""
30813057

30823058
#: projects/views/private.py:755
3083-
#, fuzzy
3084-
#| msgid "Redirect Type"
30853059
msgid "Redirect updated"
3086-
msgstr "Tipus de redirecció"
3060+
msgstr ""
30873061

30883062
#: projects/views/private.py:785
3089-
#, fuzzy
3090-
#| msgid "Redirect Type"
30913063
msgid "Redirect deleted"
3092-
msgstr "Tipus de redirecció"
3064+
msgstr ""
30933065

30943066
#: projects/views/private.py:818
30953067
msgid "Domain created"
@@ -3100,10 +3072,8 @@ msgid "Domain updated"
31003072
msgstr ""
31013073

31023074
#: projects/views/private.py:853
3103-
#, fuzzy
3104-
#| msgid "Deleted"
31053075
msgid "Domain deleted"
3106-
msgstr "Eliminat"
3076+
msgstr ""
31073077

31083078
#: projects/views/private.py:898
31093079
msgid "Integration created"

0 commit comments

Comments
 (0)