Skip to content

Commit

Permalink
Release 9.9.0 (#10146)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored Mar 14, 2023
1 parent 73a05d2 commit b574f4b
Show file tree
Hide file tree
Showing 35 changed files with 1,098 additions and 666 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Version 9.9.0
-------------

:Date: March 14, 2023

* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#10139 <https://github.com/readthedocs/readthedocs.org/pull/10139>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Fix typo (`#10130 <https://github.com/readthedocs/readthedocs.org/pull/10130>`__)
* `@humitos <https://github.com/humitos>`__: Lint: one step forward through linting our code (`#10129 <https://github.com/readthedocs/readthedocs.org/pull/10129>`__)
* `@humitos <https://github.com/humitos>`__: Build: check for `_build/html` directory and fail if exists (`#10126 <https://github.com/readthedocs/readthedocs.org/pull/10126>`__)
* `@humitos <https://github.com/humitos>`__: Telemetry: typo on Celery task (`#10125 <https://github.com/readthedocs/readthedocs.org/pull/10125>`__)
* `@stsewd <https://github.com/stsewd>`__: Proxito: actually cache robots.txt and sitemap.xml (`#10123 <https://github.com/readthedocs/readthedocs.org/pull/10123>`__)
* `@humitos <https://github.com/humitos>`__: Proxito: add another model to cacheops (`#10121 <https://github.com/readthedocs/readthedocs.org/pull/10121>`__)
* `@humitos <https://github.com/humitos>`__: Build: pass shell commands directly (`build.jobs` / `build.commands)` (`#10119 <https://github.com/readthedocs/readthedocs.org/pull/10119>`__)
* `@humitos <https://github.com/humitos>`__: Release 9.8.0 (`#10116 <https://github.com/readthedocs/readthedocs.org/pull/10116>`__)
* `@humitos <https://github.com/humitos>`__: Downloadable artifacts: make PDF and ePub opt-in by default (`#10115 <https://github.com/readthedocs/readthedocs.org/pull/10115>`__)
* `@humitos <https://github.com/humitos>`__: Build: fail PDF command (`latexmk`) if exit code != 0 (`#10113 <https://github.com/readthedocs/readthedocs.org/pull/10113>`__)
* `@humitos <https://github.com/humitos>`__: pre-commit: move `prospector` inside pre-commit (`#10105 <https://github.com/readthedocs/readthedocs.org/pull/10105>`__)
* `@stsewd <https://github.com/stsewd>`__: Proxito: use unresolver in 404 handler (`#10074 <https://github.com/readthedocs/readthedocs.org/pull/10074>`__)
* `@agjohnson <https://github.com/agjohnson>`__: Add beta version of doc diff library for testing (`#9546 <https://github.com/readthedocs/readthedocs.org/pull/9546>`__)

Version 9.8.0
-------------

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

master_doc = "index"
copyright = "Read the Docs, Inc & contributors"
version = "9.8.0"
version = "9.9.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": "9.8.0",
"version": "9.9.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__ = "9.8.0"
__version__ = "9.9.0"
63 changes: 39 additions & 24 deletions readthedocs/locale/ar/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: readthedocs\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-07 10:40+0000\n"
"POT-Creation-Date: 2023-03-14 09:23+0000\n"
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
"Last-Translator: Mustafa <[email protected]>, 2020\n"
"Language-Team: Arabic (http://www.transifex.com/readthedocs/readthedocs/"
Expand Down Expand Up @@ -66,7 +66,7 @@ msgstr ""
msgid "Project Home"
msgstr ""

#: api/v2/templates/restapi/footer.html:72 builds/apps.py:12
#: api/v2/templates/restapi/footer.html:72 builds/apps.py:13
#: templates/core/project_bar_base.html:49
msgid "Builds"
msgstr "البناء"
Expand Down Expand Up @@ -176,7 +176,7 @@ msgstr ""
msgid "Invitation declined"
msgstr ""

#: audit/models.py:116 core/models.py:21 gold/models.py:35
#: audit/models.py:116 core/models.py:21 gold/models.py:33
#: projects/models.py:129
msgid "User"
msgstr "المستخدم"
Expand Down Expand Up @@ -918,98 +918,113 @@ msgid ""
"the \"{artifact_type}\" your want to upload."
msgstr ""

#: doc_builder/exceptions.py:58
#: doc_builder/exceptions.py:56
msgid ""
"Some files were detected in an unsupported output path, '_build/html'. "
"Ensure your project is configured to use the output path "
"'$READTHEDOCS_OUTPUT/html' instead."
msgstr ""

#: doc_builder/exceptions.py:61
msgid ""
"PDF generation failed. The build log below contains information on what "
"errors caused the failure.Our code has recently changed to fail the entire "
"build on PDF errors, where we used to pass the build when a PDF was created."
"Please contact us if you need help understanding this error."
msgstr ""

#: doc_builder/exceptions.py:70
msgid "This build was manually skipped using a command exit code."
msgstr ""

#: doc_builder/exceptions.py:63
#: doc_builder/exceptions.py:75
msgid "Builds for this project are temporarily disabled"
msgstr ""

#: doc_builder/exceptions.py:68
#: doc_builder/exceptions.py:80
#, python-brace-format
msgid "Problem in your project's configuration. {exception}"
msgstr ""

#: doc_builder/exceptions.py:73
#: doc_builder/exceptions.py:85
#, python-brace-format
msgid "Concurrency limit reached ({limit}), retrying in 5 minutes."
msgstr ""

#: doc_builder/exceptions.py:77
#: doc_builder/exceptions.py:89
msgid "Build cancelled by user."
msgstr ""

#: doc_builder/exceptions.py:83
#: doc_builder/exceptions.py:95
msgid ""
"PDF file was not generated/found in \"_readthedocs/pdf\" output directory."
msgstr ""

#: doc_builder/exceptions.py:89
#: doc_builder/exceptions.py:101
#, python-brace-format
msgid "Problem parsing MkDocs YAML configuration. {exception}"
msgstr ""

#: doc_builder/exceptions.py:93
#: doc_builder/exceptions.py:105
msgid ""
"The \"docs_dir\" config from your MkDocs YAML config file has to be a string "
"with relative or absolute path."
msgstr ""

#: doc_builder/exceptions.py:98
#: doc_builder/exceptions.py:110
msgid ""
"The \"docs_dir\" config from your MkDocs YAML config file does not contain a "
"valid path."
msgstr ""

#: doc_builder/exceptions.py:103
#: doc_builder/exceptions.py:115
#, python-brace-format
msgid ""
"The \"{config}\" config from your MkDocs YAML config file has to be a list "
"of relative paths."
msgstr ""

#: doc_builder/exceptions.py:108
#: doc_builder/exceptions.py:120
msgid "Please make sure the MkDocs YAML configuration file is not empty."
msgstr ""

#: doc_builder/exceptions.py:112
#: doc_builder/exceptions.py:124
msgid ""
"Your MkDocs YAML config file is incorrect. Please follow the user guide "
"https://www.mkdocs.org/user-guide/configuration/ to configure the file "
"properly."
msgstr ""

#: doc_builder/exceptions.py:120
#: doc_builder/exceptions.py:132
msgid "Symlinks are not fully supported"
msgstr ""

#: gold/forms.py:52
#: gold/forms.py:51
msgid "No project found."
msgstr ""

#: gold/forms.py:54
#: gold/forms.py:53
msgid "This project is already Ad-Free."
msgstr ""

#: gold/models.py:30 organizations/models.py:33 organizations/models.py:218
#: gold/models.py:28 organizations/models.py:33 organizations/models.py:218
#: organizations/models.py:292 projects/models.py:123
#: subscriptions/models.py:24 subscriptions/models.py:126
msgid "Publication date"
msgstr "تاريخ النشر"

#: gold/models.py:31 organizations/models.py:34 organizations/models.py:219
#: gold/models.py:29 organizations/models.py:34 organizations/models.py:219
#: organizations/models.py:293 projects/models.py:124 projects/models.py:1421
#: subscriptions/models.py:25 subscriptions/models.py:127
#: subscriptions/models.py:183
msgid "Modified date"
msgstr "تاريخ التعديل"

#: gold/models.py:41 gold/templates/gold/subscription_detail.html:87
#: gold/models.py:39 gold/templates/gold/subscription_detail.html:87
msgid "Level"
msgstr ""

#: gold/models.py:48 organizations/models.py:39 organizations/models.py:229
#: gold/models.py:46 organizations/models.py:39 organizations/models.py:229
#: organizations/templates/organizations/team_detail.html:49
#: organizations/templates/organizations/team_project_edit.html:13
#: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20
Expand Down Expand Up @@ -1278,7 +1293,7 @@ msgstr ""
msgid "Decline"
msgstr ""

#: notifications/forms.py:29
#: notifications/forms.py:28
msgid "Notification"
msgstr ""

Expand Down Expand Up @@ -2802,7 +2817,7 @@ msgstr ""
msgid "Expose this environment variable in PR builds?"
msgstr ""

#: projects/notifications.py:27
#: projects/notifications.py:26
msgid ""
"Your primary email address is not verified. Please <a "
"href=\"{{account_email_url}}\">verify it here</a>."
Expand Down
Loading

0 comments on commit b574f4b

Please sign in to comment.