Skip to content

Commit 2b02a59

Browse files
[vendor-schemas] automated update (#206)
Co-authored-by: sirosen <[email protected]>
1 parent bced614 commit 2b02a59

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Unreleased
1010

1111
.. vendor-insert-here
1212
13-
- Update vendored schemas (2022-12-21)
13+
- Update vendored schemas (2022-12-23)
1414

1515
0.19.2
1616
------

src/check_jsonschema/builtin_schemas/vendor/readthedocs.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-04/schema#",
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$comment": "https://docs.readthedocs.io/en/stable/config-file/index.html",
44
"title": "Read the Docs",
55
"description": "Read the Docs configuration file.",
@@ -59,12 +59,13 @@
5959
"properties": {
6060
"image": {
6161
"title": "Image",
62-
"description": "The build docker image to be used.",
62+
"description": "DEPRECATED: use build.os instead.\n\nThe build docker image to be used.",
6363
"enum": [
6464
"stable",
6565
"latest"
6666
],
67-
"default": "latest"
67+
"default": "latest",
68+
"deprecated": true
6869
},
6970
"apt_packages": {
7071
"title": "APT Packages",
@@ -214,6 +215,15 @@
214215
"type": "string"
215216
},
216217
"default": []
218+
},
219+
"commands": {
220+
"title": "Build commands",
221+
"description": "Override the whole build process with custom commands. When using this option, none of the commands from build.jobs will be executed.",
222+
"type": "array",
223+
"items": {
224+
"title": "Custom commands",
225+
"type": "string"
226+
}
217227
}
218228
},
219229
"required": [
@@ -231,7 +241,7 @@
231241
"properties": {
232242
"version": {
233243
"title": "Version",
234-
"description": "The Python version (this depends on the build image).",
244+
"description": "DEPRECATED: use build.tools.python instead.\n\nThe Python version to activate for your build (availability of Python versions depend on the build image).",
235245
"type": "string",
236246
"enum": [
237247
"2",
@@ -245,7 +255,8 @@
245255
"3.7",
246256
"3.8"
247257
],
248-
"default": "3"
258+
"default": "3",
259+
"deprecated": true
249260
},
250261
"system_packages": {
251262
"title": "System Packages",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8af33758aa8ff19173eabb0a976ea1b499f5f4eace61afa5665ed3f3aa7a31df
1+
b46f5b9792240e596a8486fadb3203cae2567e99f3c759bbca0f78317a4fc43e

0 commit comments

Comments
 (0)