Skip to content

Commit cee310d

Browse files
authored
Release 10.18.0 (#11096)
1 parent 908aa51 commit cee310d

File tree

33 files changed

+269
-235
lines changed

33 files changed

+269
-235
lines changed

CHANGELOG.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
Version 10.18.0
2+
---------------
3+
4+
:Date: February 06, 2024
5+
6+
* `@dependabot[bot] <https://github.com/dependabot[bot]>`__: Bump peter-evans/create-pull-request from 5 to 6 (`#11092 <https://github.com/readthedocs/readthedocs.org/pull/11092>`__)
7+
* `@man-chi <https://github.com/man-chi>`__: add example list for showing basic asciidoc using Antora (`#11091 <https://github.com/readthedocs/readthedocs.org/pull/11091>`__)
8+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11090 <https://github.com/readthedocs/readthedocs.org/pull/11090>`__)
9+
* `@stsewd <https://github.com/stsewd>`__: Use html_format instead of mark_safe + format (`#11086 <https://github.com/readthedocs/readthedocs.org/pull/11086>`__)
10+
* `@stsewd <https://github.com/stsewd>`__: Build: use version slug for get_version_slug (`#11085 <https://github.com/readthedocs/readthedocs.org/pull/11085>`__)
11+
* `@stsewd <https://github.com/stsewd>`__: Integrations: Don't allow webhooks without a secret (`#11083 <https://github.com/readthedocs/readthedocs.org/pull/11083>`__)
12+
* `@stsewd <https://github.com/stsewd>`__: Config file: add support for latest aliases (`#11081 <https://github.com/readthedocs/readthedocs.org/pull/11081>`__)
13+
* `@stsewd <https://github.com/stsewd>`__: Proxito: always add nginx internal path (`#11080 <https://github.com/readthedocs/readthedocs.org/pull/11080>`__)
14+
* `@stsewd <https://github.com/stsewd>`__: Redirects: remove unused status field (`#11079 <https://github.com/readthedocs/readthedocs.org/pull/11079>`__)
15+
* `@stsewd <https://github.com/stsewd>`__: Docs: fix redirects example (`#11078 <https://github.com/readthedocs/readthedocs.org/pull/11078>`__)
16+
* `@humitos <https://github.com/humitos>`__: Release 10.17.0 (`#11077 <https://github.com/readthedocs/readthedocs.org/pull/11077>`__)
17+
* `@stsewd <https://github.com/stsewd>`__: Docs: clarify search configuration patterns (`#11076 <https://github.com/readthedocs/readthedocs.org/pull/11076>`__)
18+
* `@humitos <https://github.com/humitos>`__: Build: add support for Ruby (`#11075 <https://github.com/readthedocs/readthedocs.org/pull/11075>`__)
19+
* `@humitos <https://github.com/humitos>`__: Build: update some `build.tools` versions (`#11074 <https://github.com/readthedocs/readthedocs.org/pull/11074>`__)
20+
* `@humitos <https://github.com/humitos>`__: Make Sphinx to share environment between commands (`#11073 <https://github.com/readthedocs/readthedocs.org/pull/11073>`__)
21+
* `@ericholscher <https://github.com/ericholscher>`__: Fix provier_name in notification template (`#11066 <https://github.com/readthedocs/readthedocs.org/pull/11066>`__)
22+
* `@humitos <https://github.com/humitos>`__: Build: don't attach notification when build failed `before_start` (`#11057 <https://github.com/readthedocs/readthedocs.org/pull/11057>`__)
23+
* `@humitos <https://github.com/humitos>`__: Notification: create an index for `attached_to` (`#11050 <https://github.com/readthedocs/readthedocs.org/pull/11050>`__)
24+
* `@stsewd <https://github.com/stsewd>`__: Redirects: fix infinite loop detection (`#11038 <https://github.com/readthedocs/readthedocs.org/pull/11038>`__)
25+
* `@ericholscher <https://github.com/ericholscher>`__: Release 10.15.1 (`#11034 <https://github.com/readthedocs/readthedocs.org/pull/11034>`__)
26+
* `@humitos <https://github.com/humitos>`__: Logging: reduce not useful lines (`#11030 <https://github.com/readthedocs/readthedocs.org/pull/11030>`__)
27+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#10860 <https://github.com/readthedocs/readthedocs.org/pull/10860>`__)
28+
* `@stsewd <https://github.com/stsewd>`__: Fix docker setting (`#10565 <https://github.com/readthedocs/readthedocs.org/pull/10565>`__)
29+
* `@humitos <https://github.com/humitos>`__: Deprecation: remove code for config file v1 and default config file (`#10367 <https://github.com/readthedocs/readthedocs.org/pull/10367>`__)
30+
* `@benjaoming <https://github.com/benjaoming>`__: Docs: Re-scope Intersphinx article as a how-to (`#9622 <https://github.com/readthedocs/readthedocs.org/pull/9622>`__)
31+
132
Version 10.17.0
233
---------------
334

docs/conf.py

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

7878
master_doc = "index"
7979
copyright = "Read the Docs, Inc & contributors"
80-
version = "10.17.0"
80+
version = "10.18.0"
8181
release = version
8282
exclude_patterns = ["_build", "shared", "_includes"]
8383
default_role = "obj"

package.json

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

readthedocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Read the Docs."""
22

33

4-
__version__ = "10.17.0"
4+
__version__ = "10.18.0"

readthedocs/locale/ar/LC_MESSAGES/django.po

Lines changed: 8 additions & 8 deletions
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-01-30 11:15+0000\n"
16+
"POT-Creation-Date: 2024-02-06 11:14+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/"
@@ -206,7 +206,7 @@ msgid "Log out"
206206
msgstr ""
207207

208208
#: audit/models.py:91 organizations/views/private.py:148
209-
#: organizations/views/private.py:213 projects/views/private.py:464
209+
#: organizations/views/private.py:213 projects/views/private.py:463
210210
msgid "Invitation sent"
211211
msgstr ""
212212

@@ -2973,7 +2973,7 @@ msgid ""
29732973
"code>"
29742974
msgstr ""
29752975

2976-
#: projects/validators.py:132
2976+
#: projects/validators.py:133
29772977
#, python-brace-format
29782978
msgid "The only allowed filename is <code>{filename}</code>."
29792979
msgstr ""
@@ -3002,12 +3002,12 @@ msgid ""
30023002
"account on your <a href=\"{url}\">connected services page</a>."
30033003
msgstr ""
30043004

3005-
#: projects/views/private.py:498
3005+
#: projects/views/private.py:497
30063006
#, python-brace-format
30073007
msgid "{username} is the last owner, can't be removed"
30083008
msgstr ""
30093009

3010-
#: projects/views/private.py:952
3010+
#: projects/views/private.py:951
30113011
msgid "Project has been opted out from advertisement support"
30123012
msgstr ""
30133013

@@ -3095,15 +3095,15 @@ msgstr ""
30953095
msgid "Order of execution of the redirect."
30963096
msgstr ""
30973097

3098-
#: redirects/models.py:130
3098+
#: redirects/models.py:127
30993099
msgid "redirect"
31003100
msgstr ""
31013101

3102-
#: redirects/models.py:131
3102+
#: redirects/models.py:128
31033103
msgid "redirects"
31043104
msgstr ""
31053105

3106-
#: redirects/models.py:208
3106+
#: redirects/models.py:205
31073107
msgid "Redirect: {}"
31083108
msgstr ""
31093109

readthedocs/locale/ca/LC_MESSAGES/django.po

Lines changed: 8 additions & 8 deletions
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-01-30 11:15+0000\n"
13+
"POT-Creation-Date: 2024-02-06 11:14+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/"
@@ -202,7 +202,7 @@ msgid "Log out"
202202
msgstr ""
203203

204204
#: audit/models.py:91 organizations/views/private.py:148
205-
#: organizations/views/private.py:213 projects/views/private.py:464
205+
#: organizations/views/private.py:213 projects/views/private.py:463
206206
msgid "Invitation sent"
207207
msgstr ""
208208

@@ -2976,7 +2976,7 @@ msgid ""
29762976
"code>"
29772977
msgstr ""
29782978

2979-
#: projects/validators.py:132
2979+
#: projects/validators.py:133
29802980
#, python-brace-format
29812981
msgid "The only allowed filename is <code>{filename}</code>."
29822982
msgstr ""
@@ -3005,12 +3005,12 @@ msgid ""
30053005
"account on your <a href=\"{url}\">connected services page</a>."
30063006
msgstr ""
30073007

3008-
#: projects/views/private.py:498
3008+
#: projects/views/private.py:497
30093009
#, python-brace-format
30103010
msgid "{username} is the last owner, can't be removed"
30113011
msgstr ""
30123012

3013-
#: projects/views/private.py:952
3013+
#: projects/views/private.py:951
30143014
msgid "Project has been opted out from advertisement support"
30153015
msgstr ""
30163016

@@ -3098,15 +3098,15 @@ msgstr ""
30983098
msgid "Order of execution of the redirect."
30993099
msgstr ""
31003100

3101-
#: redirects/models.py:130
3101+
#: redirects/models.py:127
31023102
msgid "redirect"
31033103
msgstr "redirecciona"
31043104

3105-
#: redirects/models.py:131
3105+
#: redirects/models.py:128
31063106
msgid "redirects"
31073107
msgstr "redirecciona"
31083108

3109-
#: redirects/models.py:208
3109+
#: redirects/models.py:205
31103110
msgid "Redirect: {}"
31113111
msgstr ""
31123112

readthedocs/locale/de/LC_MESSAGES/django.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ msgid ""
2424
msgstr ""
2525
"Project-Id-Version: readthedocs\n"
2626
"Report-Msgid-Bugs-To: \n"
27-
"POT-Creation-Date: 2024-01-30 11:15+0000\n"
27+
"POT-Creation-Date: 2024-02-06 11:14+0000\n"
2828
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
2929
"Last-Translator: Justman10000, 2023\n"
3030
"Language-Team: German (http://app.transifex.com/readthedocs/readthedocs/"
@@ -216,7 +216,7 @@ msgid "Log out"
216216
msgstr "Abmelden"
217217

218218
#: audit/models.py:91 organizations/views/private.py:148
219-
#: organizations/views/private.py:213 projects/views/private.py:464
219+
#: organizations/views/private.py:213 projects/views/private.py:463
220220
msgid "Invitation sent"
221221
msgstr "Einladung verschickt"
222222

@@ -3064,7 +3064,7 @@ msgid ""
30643064
"code>"
30653065
msgstr ""
30663066

3067-
#: projects/validators.py:132
3067+
#: projects/validators.py:133
30683068
#, python-brace-format
30693069
msgid "The only allowed filename is <code>{filename}</code>."
30703070
msgstr ""
@@ -3095,12 +3095,12 @@ msgstr ""
30953095
"Es gibt ein Problem mit Ihrem {service}-Konto. Versuchen Sie, Ihr Konto auf "
30963096
"Ihrer <a href=\"{url}\">Seite für verbundene Dienste</a> erneut zu verbinden."
30973097

3098-
#: projects/views/private.py:498
3098+
#: projects/views/private.py:497
30993099
#, python-brace-format
31003100
msgid "{username} is the last owner, can't be removed"
31013101
msgstr ""
31023102

3103-
#: projects/views/private.py:952
3103+
#: projects/views/private.py:951
31043104
msgid "Project has been opted out from advertisement support"
31053105
msgstr ""
31063106

@@ -3190,15 +3190,15 @@ msgstr ""
31903190
msgid "Order of execution of the redirect."
31913191
msgstr ""
31923192

3193-
#: redirects/models.py:130
3193+
#: redirects/models.py:127
31943194
msgid "redirect"
31953195
msgstr "Weiterleitung"
31963196

3197-
#: redirects/models.py:131
3197+
#: redirects/models.py:128
31983198
msgid "redirects"
31993199
msgstr "Weiterleitungen"
32003200

3201-
#: redirects/models.py:208
3201+
#: redirects/models.py:205
32023202
msgid "Redirect: {}"
32033203
msgstr "Weiterleiten: {}"
32043204

readthedocs/locale/en/LC_MESSAGES/django.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: PACKAGE VERSION\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2024-01-30 11:15+0000\n"
12+
"POT-Creation-Date: 2024-02-06 11:14+0000\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1515
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -199,7 +199,7 @@ msgid "Log out"
199199
msgstr ""
200200

201201
#: audit/models.py:91 organizations/views/private.py:148
202-
#: organizations/views/private.py:213 projects/views/private.py:464
202+
#: organizations/views/private.py:213 projects/views/private.py:463
203203
msgid "Invitation sent"
204204
msgstr ""
205205

@@ -2966,7 +2966,7 @@ msgid ""
29662966
"code>"
29672967
msgstr ""
29682968

2969-
#: projects/validators.py:132
2969+
#: projects/validators.py:133
29702970
#, python-brace-format
29712971
msgid "The only allowed filename is <code>{filename}</code>."
29722972
msgstr ""
@@ -2995,12 +2995,12 @@ msgid ""
29952995
"account on your <a href=\"{url}\">connected services page</a>."
29962996
msgstr ""
29972997

2998-
#: projects/views/private.py:498
2998+
#: projects/views/private.py:497
29992999
#, python-brace-format
30003000
msgid "{username} is the last owner, can't be removed"
30013001
msgstr ""
30023002

3003-
#: projects/views/private.py:952
3003+
#: projects/views/private.py:951
30043004
msgid "Project has been opted out from advertisement support"
30053005
msgstr ""
30063006

@@ -3088,15 +3088,15 @@ msgstr ""
30883088
msgid "Order of execution of the redirect."
30893089
msgstr ""
30903090

3091-
#: redirects/models.py:130
3091+
#: redirects/models.py:127
30923092
msgid "redirect"
30933093
msgstr ""
30943094

3095-
#: redirects/models.py:131
3095+
#: redirects/models.py:128
30963096
msgid "redirects"
30973097
msgstr ""
30983098

3099-
#: redirects/models.py:208
3099+
#: redirects/models.py:205
31003100
msgid "Redirect: {}"
31013101
msgstr ""
31023102

readthedocs/locale/es/LC_MESSAGES/django.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ msgid ""
2828
msgstr ""
2929
"Project-Id-Version: readthedocs\n"
3030
"Report-Msgid-Bugs-To: \n"
31-
"POT-Creation-Date: 2024-01-30 11:15+0000\n"
31+
"POT-Creation-Date: 2024-02-06 11:14+0000\n"
3232
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
3333
"Last-Translator: Sergio, 2023\n"
3434
"Language-Team: Spanish (http://app.transifex.com/readthedocs/readthedocs/"
@@ -221,7 +221,7 @@ msgid "Log out"
221221
msgstr ""
222222

223223
#: audit/models.py:91 organizations/views/private.py:148
224-
#: organizations/views/private.py:213 projects/views/private.py:464
224+
#: organizations/views/private.py:213 projects/views/private.py:463
225225
msgid "Invitation sent"
226226
msgstr "Invitación enviada"
227227

@@ -3123,7 +3123,7 @@ msgid ""
31233123
"code>"
31243124
msgstr ""
31253125

3126-
#: projects/validators.py:132
3126+
#: projects/validators.py:133
31273127
#, python-brace-format
31283128
msgid "The only allowed filename is <code>{filename}</code>."
31293129
msgstr ""
@@ -3154,12 +3154,12 @@ msgstr ""
31543154
"Hay un problema con tu cuenta de {service}, intenta volver a conectar tu "
31553155
"cuenta en tu <a href=\"{url}\">página de servicios conectados</a>."
31563156

3157-
#: projects/views/private.py:498
3157+
#: projects/views/private.py:497
31583158
#, python-brace-format
31593159
msgid "{username} is the last owner, can't be removed"
31603160
msgstr "{username} es el último propietario, no se puede eliminar"
31613161

3162-
#: projects/views/private.py:952
3162+
#: projects/views/private.py:951
31633163
msgid "Project has been opted out from advertisement support"
31643164
msgstr "El proyecto ha sido excluido del soporte publicitario"
31653165

@@ -3249,15 +3249,15 @@ msgstr ""
32493249
msgid "Order of execution of the redirect."
32503250
msgstr ""
32513251

3252-
#: redirects/models.py:130
3252+
#: redirects/models.py:127
32533253
msgid "redirect"
32543254
msgstr "redirigir"
32553255

3256-
#: redirects/models.py:131
3256+
#: redirects/models.py:128
32573257
msgid "redirects"
32583258
msgstr "redirecciones"
32593259

3260-
#: redirects/models.py:208
3260+
#: redirects/models.py:205
32613261
msgid "Redirect: {}"
32623262
msgstr "Redirige: {}"
32633263

0 commit comments

Comments
 (0)