Skip to content

Commit 5af5ba4

Browse files
committed
Docs: update build.tools versions
Follows #10217
1 parent b34b0c6 commit 5af5ba4

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

docs/user/config-file/v2.rst

+3
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ Node.js version to use.
348348
- ``16``
349349
- ``18``
350350
- ``19``
351+
- ``20``
351352

352353
build.tools.rust
353354
````````````````
@@ -359,6 +360,7 @@ Rust version to use.
359360
- ``1.55``
360361
- ``1.61``
361362
- ``1.64``
363+
- ``1.70``
362364

363365
build.tools.golang
364366
``````````````````
@@ -370,6 +372,7 @@ Go version to use.
370372
- ``1.17``
371373
- ``1.18``
372374
- ``1.19``
375+
- ``1.20``
373376

374377
build.apt_packages
375378
``````````````````

readthedocs/rtd_tests/fixtures/spec/v2/schema.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -187,19 +187,25 @@
187187
"enum": [
188188
"14",
189189
"16",
190-
"18"
190+
"18",
191+
"19",
192+
"20"
191193
]
192194
},
193195
"rust": {
194196
"enum": [
195197
"1.55",
196-
"1.61"
198+
"1.61",
199+
"1.64",
200+
"1.70"
197201
]
198202
},
199203
"golang": {
200204
"enum": [
201205
"1.17",
202-
"1.18"
206+
"1.18",
207+
"1.19",
208+
"1.20"
203209
]
204210
}
205211
},

0 commit comments

Comments
 (0)