Skip to content

Commit

Permalink
Release 10.18.0 (#11096)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored Feb 6, 2024
1 parent 908aa51 commit cee310d
Show file tree
Hide file tree
Showing 33 changed files with 269 additions and 235 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
Version 10.18.0
---------------

:Date: February 06, 2024

* `@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>`__)
* `@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>`__)
* `@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>`__)
* `@stsewd <https://github.com/stsewd>`__: Use html_format instead of mark_safe + format (`#11086 <https://github.com/readthedocs/readthedocs.org/pull/11086>`__)
* `@stsewd <https://github.com/stsewd>`__: Build: use version slug for get_version_slug (`#11085 <https://github.com/readthedocs/readthedocs.org/pull/11085>`__)
* `@stsewd <https://github.com/stsewd>`__: Integrations: Don't allow webhooks without a secret (`#11083 <https://github.com/readthedocs/readthedocs.org/pull/11083>`__)
* `@stsewd <https://github.com/stsewd>`__: Config file: add support for latest aliases (`#11081 <https://github.com/readthedocs/readthedocs.org/pull/11081>`__)
* `@stsewd <https://github.com/stsewd>`__: Proxito: always add nginx internal path (`#11080 <https://github.com/readthedocs/readthedocs.org/pull/11080>`__)
* `@stsewd <https://github.com/stsewd>`__: Redirects: remove unused status field (`#11079 <https://github.com/readthedocs/readthedocs.org/pull/11079>`__)
* `@stsewd <https://github.com/stsewd>`__: Docs: fix redirects example (`#11078 <https://github.com/readthedocs/readthedocs.org/pull/11078>`__)
* `@humitos <https://github.com/humitos>`__: Release 10.17.0 (`#11077 <https://github.com/readthedocs/readthedocs.org/pull/11077>`__)
* `@stsewd <https://github.com/stsewd>`__: Docs: clarify search configuration patterns (`#11076 <https://github.com/readthedocs/readthedocs.org/pull/11076>`__)
* `@humitos <https://github.com/humitos>`__: Build: add support for Ruby (`#11075 <https://github.com/readthedocs/readthedocs.org/pull/11075>`__)
* `@humitos <https://github.com/humitos>`__: Build: update some `build.tools` versions (`#11074 <https://github.com/readthedocs/readthedocs.org/pull/11074>`__)
* `@humitos <https://github.com/humitos>`__: Make Sphinx to share environment between commands (`#11073 <https://github.com/readthedocs/readthedocs.org/pull/11073>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Fix provier_name in notification template (`#11066 <https://github.com/readthedocs/readthedocs.org/pull/11066>`__)
* `@humitos <https://github.com/humitos>`__: Build: don't attach notification when build failed `before_start` (`#11057 <https://github.com/readthedocs/readthedocs.org/pull/11057>`__)
* `@humitos <https://github.com/humitos>`__: Notification: create an index for `attached_to` (`#11050 <https://github.com/readthedocs/readthedocs.org/pull/11050>`__)
* `@stsewd <https://github.com/stsewd>`__: Redirects: fix infinite loop detection (`#11038 <https://github.com/readthedocs/readthedocs.org/pull/11038>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Release 10.15.1 (`#11034 <https://github.com/readthedocs/readthedocs.org/pull/11034>`__)
* `@humitos <https://github.com/humitos>`__: Logging: reduce not useful lines (`#11030 <https://github.com/readthedocs/readthedocs.org/pull/11030>`__)
* `@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>`__)
* `@stsewd <https://github.com/stsewd>`__: Fix docker setting (`#10565 <https://github.com/readthedocs/readthedocs.org/pull/10565>`__)
* `@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>`__)
* `@benjaoming <https://github.com/benjaoming>`__: Docs: Re-scope Intersphinx article as a how-to (`#9622 <https://github.com/readthedocs/readthedocs.org/pull/9622>`__)

Version 10.17.0
---------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

master_doc = "index"
copyright = "Read the Docs, Inc & contributors"
version = "10.17.0"
version = "10.18.0"
release = version
exclude_patterns = ["_build", "shared", "_includes"]
default_role = "obj"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "readthedocs",
"version": "10.17.0",
"version": "10.18.0",
"description": "Read the Docs build dependencies",
"author": "Read the Docs, Inc <support@readthedocs.com>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Read the Docs."""


__version__ = "10.17.0"
__version__ = "10.18.0"
16 changes: 8 additions & 8 deletions readthedocs/locale/ar/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: readthedocs\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-30 11:15+0000\n"
"POT-Creation-Date: 2024-02-06 11:14+0000\n"
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
"Last-Translator: Mustafa <mustafasheref8@gmail.com>, 2020\n"
"Language-Team: Arabic (http://app.transifex.com/readthedocs/readthedocs/"
Expand Down Expand Up @@ -206,7 +206,7 @@ msgid "Log out"
msgstr ""

#: audit/models.py:91 organizations/views/private.py:148
#: organizations/views/private.py:213 projects/views/private.py:464
#: organizations/views/private.py:213 projects/views/private.py:463
msgid "Invitation sent"
msgstr ""

Expand Down Expand Up @@ -2973,7 +2973,7 @@ msgid ""
"code>"
msgstr ""

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

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

#: projects/views/private.py:952
#: projects/views/private.py:951
msgid "Project has been opted out from advertisement support"
msgstr ""

Expand Down Expand Up @@ -3095,15 +3095,15 @@ msgstr ""
msgid "Order of execution of the redirect."
msgstr ""

#: redirects/models.py:130
#: redirects/models.py:127
msgid "redirect"
msgstr ""

#: redirects/models.py:131
#: redirects/models.py:128
msgid "redirects"
msgstr ""

#: redirects/models.py:208
#: redirects/models.py:205
msgid "Redirect: {}"
msgstr ""

Expand Down
16 changes: 8 additions & 8 deletions readthedocs/locale/ca/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: readthedocs\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-30 11:15+0000\n"
"POT-Creation-Date: 2024-02-06 11:14+0000\n"
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
"Last-Translator: dplanella <david.planella@softcatala.cat>, 2017\n"
"Language-Team: Catalan (http://app.transifex.com/readthedocs/readthedocs/"
Expand Down Expand Up @@ -202,7 +202,7 @@ msgid "Log out"
msgstr ""

#: audit/models.py:91 organizations/views/private.py:148
#: organizations/views/private.py:213 projects/views/private.py:464
#: organizations/views/private.py:213 projects/views/private.py:463
msgid "Invitation sent"
msgstr ""

Expand Down Expand Up @@ -2976,7 +2976,7 @@ msgid ""
"code>"
msgstr ""

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

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

#: projects/views/private.py:952
#: projects/views/private.py:951
msgid "Project has been opted out from advertisement support"
msgstr ""

Expand Down Expand Up @@ -3098,15 +3098,15 @@ msgstr ""
msgid "Order of execution of the redirect."
msgstr ""

#: redirects/models.py:130
#: redirects/models.py:127
msgid "redirect"
msgstr "redirecciona"

#: redirects/models.py:131
#: redirects/models.py:128
msgid "redirects"
msgstr "redirecciona"

#: redirects/models.py:208
#: redirects/models.py:205
msgid "Redirect: {}"
msgstr ""

Expand Down
16 changes: 8 additions & 8 deletions readthedocs/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ msgid ""
msgstr ""
"Project-Id-Version: readthedocs\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-30 11:15+0000\n"
"POT-Creation-Date: 2024-02-06 11:14+0000\n"
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
"Last-Translator: Justman10000, 2023\n"
"Language-Team: German (http://app.transifex.com/readthedocs/readthedocs/"
Expand Down Expand Up @@ -216,7 +216,7 @@ msgid "Log out"
msgstr "Abmelden"

#: audit/models.py:91 organizations/views/private.py:148
#: organizations/views/private.py:213 projects/views/private.py:464
#: organizations/views/private.py:213 projects/views/private.py:463
msgid "Invitation sent"
msgstr "Einladung verschickt"

Expand Down Expand Up @@ -3064,7 +3064,7 @@ msgid ""
"code>"
msgstr ""

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

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

#: projects/views/private.py:952
#: projects/views/private.py:951
msgid "Project has been opted out from advertisement support"
msgstr ""

Expand Down Expand Up @@ -3190,15 +3190,15 @@ msgstr ""
msgid "Order of execution of the redirect."
msgstr ""

#: redirects/models.py:130
#: redirects/models.py:127
msgid "redirect"
msgstr "Weiterleitung"

#: redirects/models.py:131
#: redirects/models.py:128
msgid "redirects"
msgstr "Weiterleitungen"

#: redirects/models.py:208
#: redirects/models.py:205
msgid "Redirect: {}"
msgstr "Weiterleiten: {}"

Expand Down
16 changes: 8 additions & 8 deletions readthedocs/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-30 11:15+0000\n"
"POT-Creation-Date: 2024-02-06 11:14+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -199,7 +199,7 @@ msgid "Log out"
msgstr ""

#: audit/models.py:91 organizations/views/private.py:148
#: organizations/views/private.py:213 projects/views/private.py:464
#: organizations/views/private.py:213 projects/views/private.py:463
msgid "Invitation sent"
msgstr ""

Expand Down Expand Up @@ -2966,7 +2966,7 @@ msgid ""
"code>"
msgstr ""

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

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

#: projects/views/private.py:952
#: projects/views/private.py:951
msgid "Project has been opted out from advertisement support"
msgstr ""

Expand Down Expand Up @@ -3088,15 +3088,15 @@ msgstr ""
msgid "Order of execution of the redirect."
msgstr ""

#: redirects/models.py:130
#: redirects/models.py:127
msgid "redirect"
msgstr ""

#: redirects/models.py:131
#: redirects/models.py:128
msgid "redirects"
msgstr ""

#: redirects/models.py:208
#: redirects/models.py:205
msgid "Redirect: {}"
msgstr ""

Expand Down
16 changes: 8 additions & 8 deletions readthedocs/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ msgid ""
msgstr ""
"Project-Id-Version: readthedocs\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-30 11:15+0000\n"
"POT-Creation-Date: 2024-02-06 11:14+0000\n"
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
"Last-Translator: Sergio, 2023\n"
"Language-Team: Spanish (http://app.transifex.com/readthedocs/readthedocs/"
Expand Down Expand Up @@ -221,7 +221,7 @@ msgid "Log out"
msgstr ""

#: audit/models.py:91 organizations/views/private.py:148
#: organizations/views/private.py:213 projects/views/private.py:464
#: organizations/views/private.py:213 projects/views/private.py:463
msgid "Invitation sent"
msgstr "Invitación enviada"

Expand Down Expand Up @@ -3123,7 +3123,7 @@ msgid ""
"code>"
msgstr ""

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

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

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

Expand Down Expand Up @@ -3249,15 +3249,15 @@ msgstr ""
msgid "Order of execution of the redirect."
msgstr ""

#: redirects/models.py:130
#: redirects/models.py:127
msgid "redirect"
msgstr "redirigir"

#: redirects/models.py:131
#: redirects/models.py:128
msgid "redirects"
msgstr "redirecciones"

#: redirects/models.py:208
#: redirects/models.py:205
msgid "Redirect: {}"
msgstr "Redirige: {}"

Expand Down
Loading

0 comments on commit cee310d

Please sign in to comment.