Skip to content

Commit fef866e

Browse files
authored
Release 9.1.3 (#9881)
1 parent ca4e3f8 commit fef866e

File tree

33 files changed

+875
-773
lines changed

33 files changed

+875
-773
lines changed

CHANGELOG.rst

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Version 9.1.3
2+
-------------
3+
4+
:Date: January 10, 2023
5+
6+
* `@stsewd <https://github.com/stsewd>`__: Explicitly set JQuery globals on main site (`#9877 <https://github.com/readthedocs/readthedocs.org/pull/9877>`__)
7+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#9872 <https://github.com/readthedocs/readthedocs.org/pull/9872>`__)
8+
* `@benjaoming <https://github.com/benjaoming>`__: Move reference labels outside of tabs (`#9866 <https://github.com/readthedocs/readthedocs.org/pull/9866>`__)
9+
* `@stsewd <https://github.com/stsewd>`__: Embedded JS: Conditionally inject jQuery (`#9861 <https://github.com/readthedocs/readthedocs.org/pull/9861>`__)
10+
* `@humitos <https://github.com/humitos>`__: EmbedAPI: decode filepath before open them from S3 storage (`#9860 <https://github.com/readthedocs/readthedocs.org/pull/9860>`__)
11+
* `@humitos <https://github.com/humitos>`__: Release 9.1.2 (`#9858 <https://github.com/readthedocs/readthedocs.org/pull/9858>`__)
12+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#9853 <https://github.com/readthedocs/readthedocs.org/pull/9853>`__)
13+
* `@ericholscher <https://github.com/ericholscher>`__: Remove intercom from our DPA list (`#9846 <https://github.com/readthedocs/readthedocs.org/pull/9846>`__)
14+
* `@agjohnson <https://github.com/agjohnson>`__: API: add project name/slug filters (`#9843 <https://github.com/readthedocs/readthedocs.org/pull/9843>`__)
15+
* `@benjaoming <https://github.com/benjaoming>`__: Docs: Relabel Organizations as Explanation (Diátaxis) (`#9836 <https://github.com/readthedocs/readthedocs.org/pull/9836>`__)
16+
* `@ericholscher <https://github.com/ericholscher>`__: Docs: Add subset of tests to testing docs (`#9817 <https://github.com/readthedocs/readthedocs.org/pull/9817>`__)
17+
* `@ericholscher <https://github.com/ericholscher>`__: Docs: Refactor downloadable docs (`#9768 <https://github.com/readthedocs/readthedocs.org/pull/9768>`__)
18+
119
Version 9.1.2
220
-------------
321

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
master_doc = "index"
7171
copyright = "Read the Docs, Inc & contributors"
72-
version = "9.1.2"
72+
version = "9.1.3"
7373
release = version
7474
exclude_patterns = ["_build", "shared"]
7575
default_role = "obj"

package.json

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

readthedocs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Read the Docs."""
22

33

4-
__version__ = "9.1.2"
4+
__version__ = "9.1.3"

readthedocs/locale/ar/LC_MESSAGES/django.po

+26-26
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: readthedocs\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-01-03 17:03+0000\n"
15+
"POT-Creation-Date: 2023-01-10 08:58+0000\n"
1616
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
1717
"Last-Translator: Mustafa <[email protected]>, 2020\n"
1818
"Language-Team: Arabic (http://www.transifex.com/readthedocs/readthedocs/"
@@ -25,7 +25,7 @@ msgstr ""
2525
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
2626

2727
#: analytics/models.py:69 builds/models.py:605 projects/models.py:1375
28-
#: search/models.py:28 sphinx_domains/models.py:33 templates/base.html:255
28+
#: search/models.py:28 sphinx_domains/models.py:33 templates/base.html:257
2929
msgid "Version"
3030
msgstr "الإصدار"
3131

@@ -114,7 +114,7 @@ msgstr ""
114114
msgid "Hosted by"
115115
msgstr ""
116116

117-
#: api/v2/templates/restapi/footer.html:136 templates/base.html:227
117+
#: api/v2/templates/restapi/footer.html:136 templates/base.html:229
118118
msgid "Privacy Policy"
119119
msgstr "سياسة الخصوصية"
120120

@@ -1266,7 +1266,7 @@ msgstr ""
12661266
msgid "Name"
12671267
msgstr "الاسم"
12681268

1269-
#: oauth/models.py:34 templates/base.html:156
1269+
#: oauth/models.py:34 templates/base.html:158
12701270
msgid "Email"
12711271
msgstr ""
12721272

@@ -1480,7 +1480,7 @@ msgstr ""
14801480
msgid "team"
14811481
msgstr ""
14821482

1483-
#: organizations/models.py:303 templates/base.html:192
1483+
#: organizations/models.py:303 templates/base.html:194
14841484
msgid "Team"
14851485
msgstr "الفريق"
14861486

@@ -3384,89 +3384,89 @@ msgstr ""
33843384
msgid "Read the Docs Archive"
33853385
msgstr ""
33863386

3387-
#: templates/base.html:107
3387+
#: templates/base.html:109
33883388
msgid "Close notification"
33893389
msgstr ""
33903390

3391-
#: templates/base.html:142
3391+
#: templates/base.html:144
33923392
msgid "Stay Updated"
33933393
msgstr ""
33943394

3395-
#: templates/base.html:146
3395+
#: templates/base.html:148
33963396
msgid "Blog"
33973397
msgstr "المدوّنة"
33983398

3399-
#: templates/base.html:150
3399+
#: templates/base.html:152
34003400
msgid ""
34013401
"Sign up for our newsletter to get our latest blog updates delivered to your "
34023402
"inbox weekly."
34033403
msgstr ""
34043404

3405-
#: templates/base.html:163
3405+
#: templates/base.html:165
34063406
msgid "Subscribe"
34073407
msgstr "اشترك"
34083408

3409-
#: templates/base.html:171
3409+
#: templates/base.html:173
34103410
msgid "Thank you!"
34113411
msgstr ""
34123412

3413-
#: templates/base.html:172
3413+
#: templates/base.html:174
34143414
msgid "You have successfully joined our subscriber list."
34153415
msgstr ""
34163416

3417-
#: templates/base.html:185
3417+
#: templates/base.html:187
34183418
msgid "Resources"
34193419
msgstr ""
34203420

3421-
#: templates/base.html:189
3421+
#: templates/base.html:191
34223422
msgid "Tutorial"
34233423
msgstr ""
34243424

3425-
#: templates/base.html:195
3425+
#: templates/base.html:197
34263426
msgid "Documentation"
34273427
msgstr ""
34283428

3429-
#: templates/base.html:198
3429+
#: templates/base.html:200
34303430
msgid "Going Ad-free"
34313431
msgstr ""
34323432

3433-
#: templates/base.html:201
3433+
#: templates/base.html:203
34343434
msgid "Site Support"
34353435
msgstr ""
34363436

3437-
#: templates/base.html:204
3437+
#: templates/base.html:206
34383438
msgid "Site Status"
34393439
msgstr ""
34403440

3441-
#: templates/base.html:211
3441+
#: templates/base.html:213
34423442
msgid "Company"
34433443
msgstr ""
34443444

3445-
#: templates/base.html:215
3445+
#: templates/base.html:217
34463446
msgid "Jobs"
34473447
msgstr ""
34483448

3449-
#: templates/base.html:218
3449+
#: templates/base.html:220
34503450
msgid "Advertise with Us"
34513451
msgstr ""
34523452

3453-
#: templates/base.html:221
3453+
#: templates/base.html:223
34543454
msgid "Read the Docs for Business"
34553455
msgstr ""
34563456

3457-
#: templates/base.html:224
3457+
#: templates/base.html:226
34583458
msgid "Branding & Media Kit"
34593459
msgstr ""
34603460

3461-
#: templates/base.html:230
3461+
#: templates/base.html:232
34623462
msgid "Terms of Service"
34633463
msgstr ""
34643464

3465-
#: templates/base.html:251
3465+
#: templates/base.html:253
34663466
msgid "Read the Docs, Inc & contributors"
34673467
msgstr ""
34683468

3469-
#: templates/base.html:274
3469+
#: templates/base.html:276
34703470
msgid "Change Language"
34713471
msgstr "تغيير اللغة"
34723472

readthedocs/locale/ca/LC_MESSAGES/django.po

+26-26
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: readthedocs\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2023-01-03 17:03+0000\n"
12+
"POT-Creation-Date: 2023-01-10 08:58+0000\n"
1313
"PO-Revision-Date: 2012-10-03 11:28+0000\n"
1414
"Last-Translator: dplanella <[email protected]>, 2017\n"
1515
"Language-Team: Catalan (http://www.transifex.com/readthedocs/readthedocs/"
@@ -21,7 +21,7 @@ msgstr ""
2121
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222

2323
#: analytics/models.py:69 builds/models.py:605 projects/models.py:1375
24-
#: search/models.py:28 sphinx_domains/models.py:33 templates/base.html:255
24+
#: search/models.py:28 sphinx_domains/models.py:33 templates/base.html:257
2525
msgid "Version"
2626
msgstr "Versió"
2727

@@ -110,7 +110,7 @@ msgstr ""
110110
msgid "Hosted by"
111111
msgstr ""
112112

113-
#: api/v2/templates/restapi/footer.html:136 templates/base.html:227
113+
#: api/v2/templates/restapi/footer.html:136 templates/base.html:229
114114
msgid "Privacy Policy"
115115
msgstr ""
116116

@@ -1262,7 +1262,7 @@ msgstr "Usuaris"
12621262
msgid "Name"
12631263
msgstr "Nom"
12641264

1265-
#: oauth/models.py:34 templates/base.html:156
1265+
#: oauth/models.py:34 templates/base.html:158
12661266
msgid "Email"
12671267
msgstr "Correu electrònic"
12681268

@@ -1476,7 +1476,7 @@ msgstr ""
14761476
msgid "team"
14771477
msgstr ""
14781478

1479-
#: organizations/models.py:303 templates/base.html:192
1479+
#: organizations/models.py:303 templates/base.html:194
14801480
msgid "Team"
14811481
msgstr ""
14821482

@@ -3387,89 +3387,89 @@ msgstr ""
33873387
msgid "Read the Docs Archive"
33883388
msgstr "Arxiu Read the Docs"
33893389

3390-
#: templates/base.html:107
3390+
#: templates/base.html:109
33913391
msgid "Close notification"
33923392
msgstr ""
33933393

3394-
#: templates/base.html:142
3394+
#: templates/base.html:144
33953395
msgid "Stay Updated"
33963396
msgstr ""
33973397

3398-
#: templates/base.html:146
3398+
#: templates/base.html:148
33993399
msgid "Blog"
34003400
msgstr ""
34013401

3402-
#: templates/base.html:150
3402+
#: templates/base.html:152
34033403
msgid ""
34043404
"Sign up for our newsletter to get our latest blog updates delivered to your "
34053405
"inbox weekly."
34063406
msgstr ""
34073407

3408-
#: templates/base.html:163
3408+
#: templates/base.html:165
34093409
msgid "Subscribe"
34103410
msgstr ""
34113411

3412-
#: templates/base.html:171
3412+
#: templates/base.html:173
34133413
msgid "Thank you!"
34143414
msgstr ""
34153415

3416-
#: templates/base.html:172
3416+
#: templates/base.html:174
34173417
msgid "You have successfully joined our subscriber list."
34183418
msgstr ""
34193419

3420-
#: templates/base.html:185
3420+
#: templates/base.html:187
34213421
msgid "Resources"
34223422
msgstr ""
34233423

3424-
#: templates/base.html:189
3424+
#: templates/base.html:191
34253425
msgid "Tutorial"
34263426
msgstr ""
34273427

3428-
#: templates/base.html:195
3428+
#: templates/base.html:197
34293429
msgid "Documentation"
34303430
msgstr ""
34313431

3432-
#: templates/base.html:198
3432+
#: templates/base.html:200
34333433
msgid "Going Ad-free"
34343434
msgstr ""
34353435

3436-
#: templates/base.html:201
3436+
#: templates/base.html:203
34373437
msgid "Site Support"
34383438
msgstr ""
34393439

3440-
#: templates/base.html:204
3440+
#: templates/base.html:206
34413441
msgid "Site Status"
34423442
msgstr ""
34433443

3444-
#: templates/base.html:211
3444+
#: templates/base.html:213
34453445
msgid "Company"
34463446
msgstr ""
34473447

3448-
#: templates/base.html:215
3448+
#: templates/base.html:217
34493449
msgid "Jobs"
34503450
msgstr ""
34513451

3452-
#: templates/base.html:218
3452+
#: templates/base.html:220
34533453
msgid "Advertise with Us"
34543454
msgstr ""
34553455

3456-
#: templates/base.html:221
3456+
#: templates/base.html:223
34573457
msgid "Read the Docs for Business"
34583458
msgstr ""
34593459

3460-
#: templates/base.html:224
3460+
#: templates/base.html:226
34613461
msgid "Branding & Media Kit"
34623462
msgstr ""
34633463

3464-
#: templates/base.html:230
3464+
#: templates/base.html:232
34653465
msgid "Terms of Service"
34663466
msgstr ""
34673467

3468-
#: templates/base.html:251
3468+
#: templates/base.html:253
34693469
msgid "Read the Docs, Inc & contributors"
34703470
msgstr ""
34713471

3472-
#: templates/base.html:274
3472+
#: templates/base.html:276
34733473
msgid "Change Language"
34743474
msgstr ""
34753475

14.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)