Skip to content

Commit 30a2f3a

Browse files
committed
Merge tag '10.9.0' into rel
2 parents 4310e7d + 8784787 commit 30a2f3a

File tree

59 files changed

+2896
-2436
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+2896
-2436
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
--url https://circleci.com/api/v2/project/gh/readthedocs/readthedocs-corporate/pipeline \
2424
--user '${{ secrets.CIRCLECI_USER_TOKEN }}:' \
2525
--header 'content-type: application/json' \
26-
--data '{"branch": "main", "parameters":{"CIRCLE_JOB": "tests"}}'
26+
--data '{"branch": "main", "parameters":{"tests_only": true}}'
2727
2828
- name: Trigger tests in readthedocs-ext
2929
run: |
@@ -32,4 +32,4 @@ jobs:
3232
--url https:/circleci.com/api/v2/project/gh/readthedocs/readthedocs-ext/pipeline \
3333
--user '${{ secrets.CIRCLECI_USER_TOKEN }}:' \
3434
--header 'content-type: application/json' \
35-
--data '{"branch": "main", "parameters":{"CIRCLE_JOB": "tests"}}'
35+
--data '{"branch": "main", "parameters":{"tests_only": true}}'

CHANGELOG.rst

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Version 10.9.0
2+
--------------
3+
4+
:Date: October 31, 2023
5+
6+
* `@stsewd <https://github.com/stsewd>`__: Build: use tag name for checkout (`#10879 <https://github.com/readthedocs/readthedocs.org/pull/10879>`__)
7+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#10876 <https://github.com/readthedocs/readthedocs.org/pull/10876>`__)
8+
* `@stsewd <https://github.com/stsewd>`__: Resolver: use new methods to resolve documentation pages (`#10875 <https://github.com/readthedocs/readthedocs.org/pull/10875>`__)
9+
* `@stsewd <https://github.com/stsewd>`__: CI: update circleci API call (`#10874 <https://github.com/readthedocs/readthedocs.org/pull/10874>`__)
10+
* `@humitos <https://github.com/humitos>`__: Addons: improve DB query for `projects_feature` table (`#10871 <https://github.com/readthedocs/readthedocs.org/pull/10871>`__)
11+
* `@humitos <https://github.com/humitos>`__: NGINX: inject the proper `readthedocs-version-slug` (`#10870 <https://github.com/readthedocs/readthedocs.org/pull/10870>`__)
12+
* `@stsewd <https://github.com/stsewd>`__: Unresolver: remove old language code compatibility (`#10869 <https://github.com/readthedocs/readthedocs.org/pull/10869>`__)
13+
* `@humitos <https://github.com/humitos>`__: Addons: return the `.first()` object (`#10868 <https://github.com/readthedocs/readthedocs.org/pull/10868>`__)
14+
* `@stsewd <https://github.com/stsewd>`__: Config file: remove deprecated keys from json schema (`#10867 <https://github.com/readthedocs/readthedocs.org/pull/10867>`__)
15+
* `@humitos <https://github.com/humitos>`__: Release 10.8.1 (`#10865 <https://github.com/readthedocs/readthedocs.org/pull/10865>`__)
16+
* `@humitos <https://github.com/humitos>`__: Release 10.8.0 (`#10864 <https://github.com/readthedocs/readthedocs.org/pull/10864>`__)
17+
* `@humitos <https://github.com/humitos>`__: DB: create an index for `builds_build` table to improve Addons API (`#10840 <https://github.com/readthedocs/readthedocs.org/pull/10840>`__)
18+
* `@stsewd <https://github.com/stsewd>`__: Redirects (design doc): improving existing functionality (`#10825 <https://github.com/readthedocs/readthedocs.org/pull/10825>`__)
19+
* `@humitos <https://github.com/humitos>`__: Addons: accept `project-slug` and `version-slug` on endpoint (`#10823 <https://github.com/readthedocs/readthedocs.org/pull/10823>`__)
20+
* `@stsewd <https://github.com/stsewd>`__: Resolver: refactor (`#10813 <https://github.com/readthedocs/readthedocs.org/pull/10813>`__)
21+
* `@stephenfin <https://github.com/stephenfin>`__: docs: Document how to fetch additional branches (`#10795 <https://github.com/readthedocs/readthedocs.org/pull/10795>`__)
22+
123
Version 10.8.1
224
--------------
325

dockerfiles/nginx/proxito.conf.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ server {
113113

114114
# Inject our own script dynamically and project/version slugs into the HTML to emulate what CF worker does
115115
# TODO: find a way to make this work _without_ running `npm run dev` from the `addons` repository
116-
sub_filter '</head>' '<script async language="javascript" src="http://localhost:8000/readthedocs-addons.js"></script>\n<meta name="readthedocs-project-slug" content="$rtd_project" />\n<meta name="readthedocs-version-slug" content="latest" />\n</head>';
116+
sub_filter '</head>' '<script async language="javascript" src="http://localhost:8000/readthedocs-addons.js"></script>\n<meta name="readthedocs-project-slug" content="$rtd_project" />\n<meta name="readthedocs-version-slug" content="$rtd_version" />\n</head>';
117117
sub_filter_types text/html;
118118
sub_filter_last_modified on;
119119
sub_filter_once on;

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.8.1"
80+
version = "10.9.0"
8181
release = version
8282
exclude_patterns = ["_build", "shared", "_includes"]
8383
default_role = "obj"

0 commit comments

Comments
 (0)