Skip to content

Commit

Permalink
Release 11.12.0 (#11743)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored Nov 5, 2024
1 parent 2beaed4 commit 0ca9dca
Show file tree
Hide file tree
Showing 34 changed files with 1,684 additions and 1,621 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
Version 11.12.0
---------------

:Date: November 05, 2024

* `@cclauss <https://github.com/cclauss>`__: Do not automatically create pip-tools pull requests on forks of this repo (`#11738 <https://github.com/readthedocs/readthedocs.org/pull/11738>`__)
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11737 <https://github.com/readthedocs/readthedocs.org/pull/11737>`__)
* `@agjohnson <https://github.com/agjohnson>`__: Update common (`#11736 <https://github.com/readthedocs/readthedocs.org/pull/11736>`__)
* `@stsewd <https://github.com/stsewd>`__: API V3: use a restricted serializer for when showing org info from a project (`#11732 <https://github.com/readthedocs/readthedocs.org/pull/11732>`__)
* `@stsewd <https://github.com/stsewd>`__: API v3: always return projects when listing remote repositories (`#11731 <https://github.com/readthedocs/readthedocs.org/pull/11731>`__)
* `@stsewd <https://github.com/stsewd>`__: API v3: remove last_build expandable field (`#11730 <https://github.com/readthedocs/readthedocs.org/pull/11730>`__)
* `@humitos <https://github.com/humitos>`__: Addons: return all active versions on single version project (`#11727 <https://github.com/readthedocs/readthedocs.org/pull/11727>`__)
* `@stsewd <https://github.com/stsewd>`__: Tests: fix slow test (`#11725 <https://github.com/readthedocs/readthedocs.org/pull/11725>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Fix docs warnings and broken links (`#11723 <https://github.com/readthedocs/readthedocs.org/pull/11723>`__)
* `@stsewd <https://github.com/stsewd>`__: Remove unused middlewares (`#11722 <https://github.com/readthedocs/readthedocs.org/pull/11722>`__)
* `@stsewd <https://github.com/stsewd>`__: Set session cookie `SameSite` attribute to `Lax` for main site (`#11721 <https://github.com/readthedocs/readthedocs.org/pull/11721>`__)
* `@humitos <https://github.com/humitos>`__: Addons: allow users to show/hide notifications on latest/non-stable (`#11718 <https://github.com/readthedocs/readthedocs.org/pull/11718>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Admin: Make large inlines collapse by default (`#11717 <https://github.com/readthedocs/readthedocs.org/pull/11717>`__)
* `@stsewd <https://github.com/stsewd>`__: Docs: document 2fa (`#11716 <https://github.com/readthedocs/readthedocs.org/pull/11716>`__)
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11714 <https://github.com/readthedocs/readthedocs.org/pull/11714>`__)
* `@laymonage <https://github.com/laymonage>`__: Clarify support for an optional `v`-prefix in branch and tag names (`#11712 <https://github.com/readthedocs/readthedocs.org/pull/11712>`__)
* `@stsewd <https://github.com/stsewd>`__: Docs: update sphinx (`#11711 <https://github.com/readthedocs/readthedocs.org/pull/11711>`__)
* `@stsewd <https://github.com/stsewd>`__: File indexers: correctly get page content from PR previews (`#11709 <https://github.com/readthedocs/readthedocs.org/pull/11709>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Release 11.11.0 (`#11708 <https://github.com/readthedocs/readthedocs.org/pull/11708>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Clean up Addons & Flyout menu docs (`#11706 <https://github.com/readthedocs/readthedocs.org/pull/11706>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Clean up front page copy (`#11705 <https://github.com/readthedocs/readthedocs.org/pull/11705>`__)
* `@stsewd <https://github.com/stsewd>`__: Docs: update Sphinx instructions to override search (`#11702 <https://github.com/readthedocs/readthedocs.org/pull/11702>`__)
* `@stsewd <https://github.com/stsewd>`__: Addons: always sort versions in descending order (`#11691 <https://github.com/readthedocs/readthedocs.org/pull/11691>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Fix analytics links (`#11661 <https://github.com/readthedocs/readthedocs.org/pull/11661>`__)
* `@browniebroke <https://github.com/browniebroke>`__: Simplify instructions for installing dependencies with uv (`#11655 <https://github.com/readthedocs/readthedocs.org/pull/11655>`__)
* `@stsewd <https://github.com/stsewd>`__: Unresolver: allow a full URL when un-resolving a domain (`#11632 <https://github.com/readthedocs/readthedocs.org/pull/11632>`__)
* `@stsewd <https://github.com/stsewd>`__: Notifications: remove unused notification (`#11573 <https://github.com/readthedocs/readthedocs.org/pull/11573>`__)
* `@plaindocs <https://github.com/plaindocs>`__: Add list of supported tools (`#11547 <https://github.com/readthedocs/readthedocs.org/pull/11547>`__)

Version 11.11.0
---------------

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

master_doc = "index"
copyright = "Read the Docs, Inc & contributors"
version = "11.11.0"
version = "11.12.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": "11.11.0",
"version": "11.12.0",
"description": "Read the Docs build dependencies",
"author": "Read the Docs, Inc <[email protected]>",
"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__ = "11.11.0"
__version__ = "11.12.0"
114 changes: 57 additions & 57 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-10-23 13:42+0000\n"
"POT-Creation-Date: 2024-11-05 11:23+0000\n"
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
"Last-Translator: Mustafa <[email protected]>, 2020\n"
"Language-Team: Arabic (http://app.transifex.com/readthedocs/readthedocs/"
Expand Down Expand Up @@ -145,12 +145,12 @@ msgstr ""
msgid "Privacy Policy"
msgstr "سياسة الخصوصية"

#: api/v3/serializers.py:636
#: api/v3/serializers.py:634
#, python-brace-format
msgid "Invalid project name \"{0}\": no slug generated."
msgstr ""

#: api/v3/serializers.py:640
#: api/v3/serializers.py:638
#, python-brace-format
msgid "Project with slug \"{0}\" already exists."
msgstr ""
Expand Down Expand Up @@ -457,15 +457,15 @@ msgstr ""
msgid "Closed"
msgstr ""

#: builds/constants.py:137
#: builds/constants.py:139
msgid "Any version"
msgstr ""

#: builds/constants.py:138
#: builds/constants.py:140
msgid "SemVer versions"
msgstr ""

#: builds/constants.py:139
#: builds/constants.py:141
msgid "Custom match"
msgstr ""

Expand Down Expand Up @@ -1515,23 +1515,19 @@ msgstr ""
msgid "Has admin privilege"
msgstr ""

#: oauth/notifications.py:22 oauth/notifications.py:35
#: oauth/notifications.py:19 oauth/notifications.py:32
msgid "Unable to attach webhook to this project"
msgstr ""

#: oauth/notifications.py:48
#: oauth/notifications.py:45
msgid "The project doesn't have a valid webhook set up"
msgstr ""

#: oauth/notifications.py:62
#: oauth/notifications.py:59
msgid "{{provider_name}} build status report failed"
msgstr ""

#: oauth/notifications.py:77
msgid "Deploy key added successfully"
msgstr ""

#: oauth/notifications.py:89
#: oauth/notifications.py:74
msgid "Failed to add deploy key to project"
msgstr ""

Expand Down Expand Up @@ -1625,11 +1621,11 @@ msgstr ""
msgid "Organization %(name)s already exists"
msgstr ""

#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721
#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724
msgid "Email address or username"
msgstr ""

#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736
#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739
#, python-format
msgid "User %(username)s does not exist"
msgstr ""
Expand Down Expand Up @@ -2080,35 +2076,35 @@ msgstr ""
msgid "Updated your advertising preferences"
msgstr ""

#: projects/admin.py:110
#: projects/admin.py:112
msgid "Yes"
msgstr "نعم"

#: projects/admin.py:111
#: projects/admin.py:113
msgid "No"
msgstr ""

#: projects/admin.py:140
#: projects/admin.py:142
msgid "Not spam (1-{})"
msgstr ""

#: projects/admin.py:146
#: projects/admin.py:148
msgid "Don't show Ads ({}-{})"
msgstr ""

#: projects/admin.py:153
#: projects/admin.py:155
msgid "Deny on robots ({}-{})"
msgstr ""

#: projects/admin.py:160
#: projects/admin.py:162
msgid "Don't show dashboard ({}-{})"
msgstr ""

#: projects/admin.py:167
#: projects/admin.py:169
msgid "Don't serve docs ({}-{})"
msgstr ""

#: projects/admin.py:174
#: projects/admin.py:176
msgid "Delete project (>={})"
msgstr ""

Expand Down Expand Up @@ -2338,60 +2334,64 @@ msgstr ""
msgid "Length of each tag must be less than or equal to 100 characters."
msgstr ""

#: projects/forms.py:667
#: projects/forms.py:669
msgid "Enable Addons"
msgstr ""

#: projects/forms.py:669
#: projects/forms.py:671
msgid "Show a notification on builds from pull requests"
msgstr ""

#: projects/forms.py:672
msgid "Show a notification on non-stable and latest versions"
#: projects/forms.py:674
msgid "Show a notification on non-stable versions"
msgstr ""

#: projects/forms.py:676
msgid "Show a notification on latest version"
msgstr ""

#: projects/forms.py:708
#: projects/forms.py:711
msgid ""
"The flyout sorting custom pattern is required when selecting a custom "
"pattern."
msgstr ""

#: projects/forms.py:740
#: projects/forms.py:743
#, python-format
msgid "User %(username)s is already a maintainer"
msgstr ""

#: projects/forms.py:825
#: projects/forms.py:828
msgid "The payload must be a valid JSON object."
msgstr ""

#: projects/forms.py:858
#: projects/forms.py:861
msgid ""
"This project is configured with a versioning scheme that doesn't support "
"translations."
msgstr ""

#: projects/forms.py:1037
#: projects/forms.py:1040
msgid "Only one domain can be canonical at a time."
msgstr ""

#: projects/forms.py:1140
#: projects/forms.py:1143
msgid "Variable name can't start with __ (double underscore)"
msgstr ""

#: projects/forms.py:1144
#: projects/forms.py:1147
msgid "Variable name can't start with READTHEDOCS"
msgstr ""

#: projects/forms.py:1149
#: projects/forms.py:1152
msgid "There is already a variable with this name for this project"
msgstr ""

#: projects/forms.py:1154
#: projects/forms.py:1157
msgid "Variable name can't contain spaces"
msgstr ""

#: projects/forms.py:1158
#: projects/forms.py:1161
msgid "Only letters, numbers and underscore are allowed"
msgstr ""

Expand All @@ -2407,15 +2407,15 @@ msgstr ""
msgid "Alias"
msgstr ""

#: projects/models.py:190
#: projects/models.py:187
msgid "Sorting of versions"
msgstr ""

#: projects/models.py:200
#: projects/models.py:197
msgid "Custom version sorting pattern"
msgstr ""

#: projects/models.py:206
#: projects/models.py:203
msgid "Show <code>latest</code> and <code>stable</code> at the beginning"
msgstr ""

Expand Down Expand Up @@ -3343,67 +3343,67 @@ msgstr ""
msgid "Total results"
msgstr ""

#: settings/base.py:471
#: settings/base.py:461
msgid "Catalan"
msgstr "الكتالانية"

#: settings/base.py:472
#: settings/base.py:462
msgid "English"
msgstr "الإنجليزية"

#: settings/base.py:473
#: settings/base.py:463
msgid "Spanish"
msgstr "الإسبانية"

#: settings/base.py:474
#: settings/base.py:464
msgid "Brazilian Portuguese"
msgstr ""

#: settings/base.py:475
#: settings/base.py:465
msgid "Norwegian Bokmål"
msgstr ""

#: settings/base.py:476
#: settings/base.py:466
msgid "French"
msgstr "الفرنسية"

#: settings/base.py:477
#: settings/base.py:467
msgid "Russian"
msgstr "الروسية"

#: settings/base.py:478
#: settings/base.py:468
msgid "German"
msgstr "الألمانية"

#: settings/base.py:479
#: settings/base.py:469
msgid "Galician"
msgstr ""

#: settings/base.py:480
#: settings/base.py:470
msgid "Vietnamese"
msgstr "الفياتنامية"

#: settings/base.py:481
#: settings/base.py:471
msgid "Simplified Chinese"
msgstr ""

#: settings/base.py:482
#: settings/base.py:472
msgid "Traditional Chinese"
msgstr ""

#: settings/base.py:483
#: settings/base.py:473
msgid "Japanese"
msgstr "اليابانية"

#: settings/base.py:484
#: settings/base.py:474
msgid "Ukrainian"
msgstr "الأوكرانية"

#: settings/base.py:485
#: settings/base.py:475
msgid "Italian"
msgstr "الإيطالية"

#: settings/base.py:486
#: settings/base.py:476
msgid "Korean"
msgstr "الكورية"

Expand Down
Loading

0 comments on commit 0ca9dca

Please sign in to comment.