Skip to content

Commit 0c1df75

Browse files
authored
Release 10.4.0 (#10727)
1 parent 9409f57 commit 0c1df75

File tree

34 files changed

+1348
-1191
lines changed

34 files changed

+1348
-1191
lines changed

CHANGELOG.rst

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Version 10.4.0
2+
--------------
3+
4+
:Date: September 12, 2023
5+
6+
* `@dependabot[bot] <https://github.com/dependabot[bot]>`__: Bump actions/checkout from 3 to 4 (`#10724 <https://github.com/readthedocs/readthedocs.org/pull/10724>`__)
7+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#10723 <https://github.com/readthedocs/readthedocs.org/pull/10723>`__)
8+
* `@humitos <https://github.com/humitos>`__: Addons: include `hotkeys` in API response (`#10722 <https://github.com/readthedocs/readthedocs.org/pull/10722>`__)
9+
* `@humitos <https://github.com/humitos>`__: Requirements: revert upgrade to `psycopg==3.x` (`#10713 <https://github.com/readthedocs/readthedocs.org/pull/10713>`__)
10+
* `@atugushev <https://github.com/atugushev>`__: Fix blog post URL (`#10712 <https://github.com/readthedocs/readthedocs.org/pull/10712>`__)
11+
* `@humitos <https://github.com/humitos>`__: Release 10.3.0 (`#10711 <https://github.com/readthedocs/readthedocs.org/pull/10711>`__)
12+
* `@humitos <https://github.com/humitos>`__: Develop: another round of `black` (`#10710 <https://github.com/readthedocs/readthedocs.org/pull/10710>`__)
13+
* `@humitos <https://github.com/humitos>`__: Docs: update `build.commands` note (`#10708 <https://github.com/readthedocs/readthedocs.org/pull/10708>`__)
14+
* `@humitos <https://github.com/humitos>`__: Addons: allow to be extended by corporate (`#10705 <https://github.com/readthedocs/readthedocs.org/pull/10705>`__)
15+
* `@humitos <https://github.com/humitos>`__: Addons: add `CDN-Tags` to endpoint and auto-purge cache (`#10704 <https://github.com/readthedocs/readthedocs.org/pull/10704>`__)
16+
* `@stsewd <https://github.com/stsewd>`__: Footer API: include current user in queryset (`#10695 <https://github.com/readthedocs/readthedocs.org/pull/10695>`__)
17+
* `@agjohnson <https://github.com/agjohnson>`__: Black pass number 2 (`#10693 <https://github.com/readthedocs/readthedocs.org/pull/10693>`__)
18+
* `@stsewd <https://github.com/stsewd>`__: Subscriptions: remove old code (`#10642 <https://github.com/readthedocs/readthedocs.org/pull/10642>`__)
19+
120
Version 10.3.0
221
--------------
322

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
master_doc = "index"
7979
copyright = "Read the Docs, Inc & contributors"
80-
version = "10.3.0"
80+
version = "10.4.0"
8181
release = version
8282
exclude_patterns = ["_build", "shared", "_includes"]
8383
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": "10.3.0",
3+
"version": "10.4.0",
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__ = "10.3.0"
4+
__version__ = "10.4.0"

readthedocs/locale/ar/LC_MESSAGES/django.po

+47-43
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-09-05 09:52+0000\n"
15+
"POT-Creation-Date: 2023-09-12 11:19+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://app.transifex.com/readthedocs/readthedocs/"
@@ -2071,7 +2071,7 @@ msgstr "Mercurial"
20712071
msgid "Bazaar"
20722072
msgstr "Bazaar"
20732073

2074-
#: projects/constants.py:99 projects/models.py:2014
2074+
#: projects/constants.py:99 projects/models.py:2019
20752075
msgid "Public"
20762076
msgstr "للعامة"
20772077

@@ -2709,175 +2709,179 @@ msgstr ""
27092709
msgid "If hsts_max_age > 0, set the preload flag with the HSTS header"
27102710
msgstr ""
27112711

2712-
#: projects/models.py:1813
2712+
#: projects/models.py:1814
27132713
msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme"
27142714
msgstr ""
27152715

2716-
#: projects/models.py:1817
2716+
#: projects/models.py:1818
27172717
msgid "Build: Try alternative method of posting large data"
27182718
msgstr ""
27192719

2720-
#: projects/models.py:1821
2720+
#: projects/models.py:1822
27212721
msgid "Conda: Append Read the Docs core requirements to environment.yml file"
27222722
msgstr ""
27232723

2724-
#: projects/models.py:1826
2724+
#: projects/models.py:1827
27252725
msgid ""
27262726
"Sphinx: Pass all versions (including private) into the html context when "
27272727
"building with Sphinx"
27282728
msgstr ""
27292729

2730-
#: projects/models.py:1833
2730+
#: projects/models.py:1834
27312731
msgid ""
27322732
"Proxito: CDN support for a project's public versions when privacy levels are "
27332733
"enabled."
27342734
msgstr ""
27352735

2736-
#: projects/models.py:1839
2736+
#: projects/models.py:1840
27372737
msgid "Proxito: Record 404s page views."
27382738
msgstr ""
27392739

2740-
#: projects/models.py:1843
2740+
#: projects/models.py:1844
27412741
msgid "Proxito: Allow forced redirects."
27422742
msgstr ""
27432743

2744-
#: projects/models.py:1847
2744+
#: projects/models.py:1848
27452745
msgid "Proxito: Disable all page views"
27462746
msgstr ""
27472747

2748-
#: projects/models.py:1851
2748+
#: projects/models.py:1852
27492749
msgid "Proxito: Allow usage of the X-RTD-Slug header"
27502750
msgstr ""
27512751

2752-
#: projects/models.py:1856
2752+
#: projects/models.py:1857
27532753
msgid ""
27542754
"Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has "
27552755
"one (Project.custom_prefix)."
27562756
msgstr ""
27572757

2758-
#: projects/models.py:1861
2758+
#: projects/models.py:1862
27592759
msgid "Dashboard: Allow project to use the version warning banner."
27602760
msgstr ""
27612761

2762-
#: projects/models.py:1867
2762+
#: projects/models.py:1868
27632763
msgid "Webhook: Skip syncing branches"
27642764
msgstr ""
27652765

2766-
#: projects/models.py:1871
2766+
#: projects/models.py:1872
27672767
msgid "Webhook: Skip syncing tags"
27682768
msgstr ""
27692769

2770-
#: projects/models.py:1875
2770+
#: projects/models.py:1876
27712771
msgid "Webhook: Skip sync versions task"
27722772
msgstr ""
27732773

2774-
#: projects/models.py:1879
2774+
#: projects/models.py:1880
27752775
msgid "Build: Always run pip install --upgrade"
27762776
msgstr ""
27772777

2778-
#: projects/models.py:1880
2778+
#: projects/models.py:1881
27792779
msgid "Build: Use new pip resolver"
27802780
msgstr ""
27812781

2782-
#: projects/models.py:1883
2782+
#: projects/models.py:1884
27832783
msgid "Build: Don't install the latest version of pip"
27842784
msgstr ""
27852785

2786-
#: projects/models.py:1885
2786+
#: projects/models.py:1886
27872787
msgid "Sphinx: Use latest version of Sphinx"
27882788
msgstr ""
27892789

2790-
#: projects/models.py:1888
2790+
#: projects/models.py:1889
27912791
msgid "MkDOcs: Install mkdocs 0.17.3 by default"
27922792
msgstr ""
27932793

2794-
#: projects/models.py:1892
2794+
#: projects/models.py:1893
27952795
msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension"
27962796
msgstr ""
27972797

2798-
#: projects/models.py:1897
2798+
#: projects/models.py:1898
27992799
msgid ""
28002800
"Build: Install all the latest versions of Read the Docs core requirements"
28012801
msgstr ""
28022802

2803-
#: projects/models.py:1904
2803+
#: projects/models.py:1905
28042804
msgid "Search: Disable server side search"
28052805
msgstr ""
28062806

2807-
#: projects/models.py:1908
2807+
#: projects/models.py:1909
28082808
msgid "Search: Enable server side search for MkDocs projects"
28092809
msgstr ""
28102810

2811-
#: projects/models.py:1912
2811+
#: projects/models.py:1913
28122812
msgid "Search: Default to fuzzy search for simple search queries"
28132813
msgstr ""
28142814

2815-
#: projects/models.py:1917
2815+
#: projects/models.py:1918
28162816
msgid "Build: Set scale-in protection before/after building."
28172817
msgstr ""
28182818

2819-
#: projects/models.py:1923
2819+
#: projects/models.py:1924
28202820
msgid ""
28212821
"Proxito: Inject 'readthedocs-addons.js' as <script> HTML tag in responses."
28222822
msgstr ""
28232823

2824-
#: projects/models.py:1928
2824+
#: projects/models.py:1929
28252825
msgid "Addons: Disable Analytics."
28262826
msgstr ""
28272827

2828-
#: projects/models.py:1932
2828+
#: projects/models.py:1933
28292829
msgid "Addons: Disable Doc Diff."
28302830
msgstr ""
28312831

2832-
#: projects/models.py:1936
2832+
#: projects/models.py:1937
28332833
msgid "Addons: Disable EthicalAds."
28342834
msgstr ""
28352835

2836-
#: projects/models.py:1940
2836+
#: projects/models.py:1941
28372837
msgid "Addons: Disable External version warning."
28382838
msgstr ""
28392839

2840-
#: projects/models.py:1944
2840+
#: projects/models.py:1945
28412841
msgid "Addons: Disable Flyout."
28422842
msgstr ""
28432843

2844-
#: projects/models.py:1948
2844+
#: projects/models.py:1949
28452845
msgid "Addons: Disable Non latest version warning."
28462846
msgstr ""
28472847

2848-
#: projects/models.py:1952
2848+
#: projects/models.py:1953
28492849
msgid "Addons: Disable Search."
28502850
msgstr ""
28512851

2852-
#: projects/models.py:1965
2853-
msgid "Feature identifier"
2852+
#: projects/models.py:1957
2853+
msgid "Addons: Disable Hotkeys."
28542854
msgstr ""
28552855

28562856
#: projects/models.py:1970
2857+
msgid "Feature identifier"
2858+
msgstr ""
2859+
2860+
#: projects/models.py:1975
28572861
msgid "Date feature was added"
28582862
msgstr ""
28592863

2860-
#: projects/models.py:1976
2864+
#: projects/models.py:1981
28612865
msgid "Default all past projects to True"
28622866
msgstr ""
28632867

2864-
#: projects/models.py:1980
2868+
#: projects/models.py:1985
28652869
msgid "Default all future projects to True"
28662870
msgstr ""
28672871

2868-
#: projects/models.py:2002
2872+
#: projects/models.py:2007
28692873
msgid "Name of the environment variable"
28702874
msgstr ""
28712875

2872-
#: projects/models.py:2006
2876+
#: projects/models.py:2011
28732877
msgid "Value of the environment variable"
28742878
msgstr ""
28752879

2876-
#: projects/models.py:2011
2880+
#: projects/models.py:2016
28772881
msgid "Project where this variable will be used"
28782882
msgstr ""
28792883

2880-
#: projects/models.py:2017
2884+
#: projects/models.py:2022
28812885
msgid "Expose this environment variable in PR builds?"
28822886
msgstr ""
28832887

0 commit comments

Comments
 (0)