Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 10.16.0 #11051

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Version 10.16.0
---------------

:Date: January 23, 2024

* `@humitos <https://github.com/humitos>`__: Docs: remove dead example (`#11047 <https://github.com/readthedocs/readthedocs.org/pull/11047>`__)
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11046 <https://github.com/readthedocs/readthedocs.org/pull/11046>`__)
* `@stsewd <https://github.com/stsewd>`__: Expose `assert_path_is_inside_docroot` function (`#11045 <https://github.com/readthedocs/readthedocs.org/pull/11045>`__)
* `@stsewd <https://github.com/stsewd>`__: Resolver: don't use str.format (`#11044 <https://github.com/readthedocs/readthedocs.org/pull/11044>`__)
* `@humitos <https://github.com/humitos>`__: Analytics: remove them from 404 pages (`#11041 <https://github.com/readthedocs/readthedocs.org/pull/11041>`__)
* `@humitos <https://github.com/humitos>`__: Config: allow missing `conda.environment` when using `build.commands` (`#11040 <https://github.com/readthedocs/readthedocs.org/pull/11040>`__)
* `@humitos <https://github.com/humitos>`__: Translations: update all of them (`#11039 <https://github.com/readthedocs/readthedocs.org/pull/11039>`__)
* `@stsewd <https://github.com/stsewd>`__: Redirects: fix infinite loop detection (`#11038 <https://github.com/readthedocs/readthedocs.org/pull/11038>`__)
* `@humitos <https://github.com/humitos>`__: Admin: remove "default settings" (`#11036 <https://github.com/readthedocs/readthedocs.org/pull/11036>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Release 10.15.1 (`#11034 <https://github.com/readthedocs/readthedocs.org/pull/11034>`__)
* `@humitos <https://github.com/humitos>`__: Addons: update form to show all the options (`#11031 <https://github.com/readthedocs/readthedocs.org/pull/11031>`__)
* `@humitos <https://github.com/humitos>`__: Logging: reduce not useful lines (`#11030 <https://github.com/readthedocs/readthedocs.org/pull/11030>`__)
* `@humitos <https://github.com/humitos>`__: APIv3: endpoints for notifications (`#11009 <https://github.com/readthedocs/readthedocs.org/pull/11009>`__)
* `@humitos <https://github.com/humitos>`__: Config: better validation error for `conda.environment` (`#10979 <https://github.com/readthedocs/readthedocs.org/pull/10979>`__)
* `@stsewd <https://github.com/stsewd>`__: Docs: document CORS policies (`#10853 <https://github.com/readthedocs/readthedocs.org/pull/10853>`__)

Version 10.15.1
---------------

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.15.1"
version = "10.16.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.15.1",
"version": "10.16.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__ = "10.15.1"
__version__ = "10.16.0"
147 changes: 61 additions & 86 deletions readthedocs/locale/ar/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: readthedocs\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-17 09:47+0000\n"
"POT-Creation-Date: 2024-01-23 11:49+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 @@ -147,39 +147,39 @@ msgstr ""
msgid "Privacy Policy"
msgstr "سياسة الخصوصية"

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

#: api/v3/serializers.py:591
#: api/v3/serializers.py:626
#, python-brace-format
msgid "Project with slug \"{0}\" already exists."
msgstr ""

#: api/v3/serializers.py:814
#: api/v3/serializers.py:849
#, python-brace-format
msgid "Project with {slug_name}={value} is not valid as subproject"
msgstr ""

#: api/v3/serializers.py:822 projects/forms.py:469
#: api/v3/serializers.py:857 projects/forms.py:469
msgid "A subproject with this alias already exists"
msgstr ""

#: api/v3/serializers.py:965
#: api/v3/serializers.py:1000
#, python-brace-format
msgid ""
"Prefix redirects have been removed. Please use an exact redirect `/prefix/*` "
"instead. See {blog_link}."
msgstr ""

#: api/v3/serializers.py:971
#: api/v3/serializers.py:1006
#, python-brace-format
msgid ""
"sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}."
msgstr ""

#: api/v3/serializers.py:977
#: api/v3/serializers.py:1012
#, python-brace-format
msgid ""
"sphinx_htmldir redirect has been renamed to html_to_clean_url. See "
Expand Down Expand Up @@ -1599,11 +1599,11 @@ msgstr ""
msgid "Organization %(name)s already exists"
msgstr ""

#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:502
#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:521
msgid "Email address or username"
msgstr ""

#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:517
#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:536
#, python-format
msgid "User %(username)s does not exist"
msgstr ""
Expand Down Expand Up @@ -2120,7 +2120,7 @@ msgstr "Mercurial"
msgid "Bazaar"
msgstr "Bazaar"

#: projects/constants.py:99 projects/models.py:2190
#: projects/constants.py:99 projects/models.py:2132
msgid "Public"
msgstr "للعامة"

Expand Down Expand Up @@ -2246,42 +2246,54 @@ msgstr ""
msgid "There is already a \"{lang}\" translation for the {proj} project."
msgstr ""

#: projects/forms.py:521
#: projects/forms.py:494
msgid "Enable Addons"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

Expand Down Expand Up @@ -2739,161 +2751,124 @@ msgstr ""
msgid "If hsts_max_age > 0, set the preload flag with the HSTS header"
msgstr ""

#: projects/models.py:2001
#: projects/models.py:1982
msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme"
msgstr ""

#: projects/models.py:2005
#: projects/models.py:1986
msgid "Build: Try alternative method of posting large data"
msgstr ""

#: projects/models.py:2009
#: projects/models.py:1990
msgid "Conda: Append Read the Docs core requirements to environment.yml file"
msgstr ""

#: projects/models.py:2014
#: projects/models.py:1995
msgid ""
"Sphinx: Pass all versions (including private) into the html context when "
"building with Sphinx"
msgstr ""

#: projects/models.py:2020
#: projects/models.py:2001
msgid "Proxito: Record 404s page views."
msgstr ""

#: projects/models.py:2024
#: projects/models.py:2005
msgid "Proxito: Disable all page views"
msgstr ""

#: projects/models.py:2028
#: projects/models.py:2009
msgid "Proxito: Allow usage of the X-RTD-Slug header"
msgstr ""

#: projects/models.py:2033
#: projects/models.py:2014
msgid ""
"Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has "
"one (Project.custom_prefix)."
msgstr ""

#: projects/models.py:2038
#: projects/models.py:2019
msgid "Dashboard: Allow project to use the version warning banner."
msgstr ""

#: projects/models.py:2044
#: projects/models.py:2025
msgid "Webhook: Skip syncing branches"
msgstr ""

#: projects/models.py:2048
#: projects/models.py:2029
msgid "Webhook: Skip syncing tags"
msgstr ""

#: projects/models.py:2052
#: projects/models.py:2033
msgid "Webhook: Skip sync versions task"
msgstr ""

#: projects/models.py:2056
#: projects/models.py:2037
msgid "Build: Always run pip install --upgrade"
msgstr ""

#: projects/models.py:2057
#: projects/models.py:2038
msgid "Build: Use new pip resolver"
msgstr ""

#: projects/models.py:2060
#: projects/models.py:2041
msgid "Build: Don't install the latest version of pip"
msgstr ""

#: projects/models.py:2064
#: projects/models.py:2045
msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension"
msgstr ""

#: projects/models.py:2069
#: projects/models.py:2050
msgid ""
"Build: Install all the latest versions of Read the Docs core requirements"
msgstr ""

#: projects/models.py:2076
#: projects/models.py:2057
msgid "Search: Disable server side search"
msgstr ""

#: projects/models.py:2080
#: projects/models.py:2061
msgid "Search: Enable server side search for MkDocs projects"
msgstr ""

#: projects/models.py:2084
#: projects/models.py:2065
msgid "Search: Default to fuzzy search for simple search queries"
msgstr ""

#: projects/models.py:2089
#: projects/models.py:2070
msgid "Build: Set scale-in protection before/after building."
msgstr ""

#: projects/models.py:2095
msgid ""
"Proxito: Inject 'readthedocs-addons.js' as <script> HTML tag in responses."
msgstr ""

#: projects/models.py:2100
msgid "Addons: Disable Analytics."
msgstr ""

#: projects/models.py:2104
msgid "Addons: Disable Doc Diff."
msgstr ""

#: projects/models.py:2108
msgid "Addons: Disable EthicalAds."
msgstr ""

#: projects/models.py:2112
msgid "Addons: Disable External version warning."
msgstr ""

#: projects/models.py:2116
msgid "Addons: Disable Flyout."
msgstr ""

#: projects/models.py:2120
msgid "Addons: Disable Non latest version warning."
msgstr ""

#: projects/models.py:2124
msgid "Addons: Disable Search."
msgstr ""

#: projects/models.py:2128
msgid "Addons: Disable Hotkeys."
msgstr ""

#: projects/models.py:2141
#: projects/models.py:2083
msgid "Feature identifier"
msgstr ""

#: projects/models.py:2146
#: projects/models.py:2088
msgid "Date feature was added"
msgstr ""

#: projects/models.py:2152
#: projects/models.py:2094
msgid "Default all past projects to True"
msgstr ""

#: projects/models.py:2156
#: projects/models.py:2098
msgid "Default all future projects to True"
msgstr ""

#: projects/models.py:2178
#: projects/models.py:2120
msgid "Name of the environment variable"
msgstr ""

#: projects/models.py:2182
#: projects/models.py:2124
msgid "Value of the environment variable"
msgstr ""

#: projects/models.py:2187
#: projects/models.py:2129
msgid "Project where this variable will be used"
msgstr ""

#: projects/models.py:2193
#: projects/models.py:2135
msgid "Expose this environment variable in PR builds?"
msgstr ""

Expand Down
Loading