Browse Source

fix(docs): add a build.tools.python entry

Specifying build.tools is mandatory. We use python, so use the latest
one available. For ubuntu 22.04 that should be 3.10 or thereabouts.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: Ifd184b9f3b2d8e91182ccb73c47b148e4aeaff05
pull/1994/head
Boyan Karatotev 2 years ago
parent
commit
4052d9583c
  1. 2
      .readthedocs.yaml

2
.readthedocs.yaml

@ -11,6 +11,8 @@ version: 2
build:
os: ubuntu-22.04 # Ubuntu Jammy LTS
tools:
python: 3
python:
install:

Loading…
Cancel
Save