From: Boyan Karatotev Date: Thu, 16 Feb 2023 15:00:39 +0000 (+0000) Subject: fix(docs): add a build.tools.python entry X-Git-Tag: baikal/aarch64/sdk5.10~1^2~216^2 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=4052d9583c850feeb8add29734bda0ef0343c238;p=arm-tf.git 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 Change-Id: Ifd184b9f3b2d8e91182ccb73c47b148e4aeaff05 --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index af3fba058..de171ae70 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,6 +11,8 @@ version: 2 build: os: ubuntu-22.04 # Ubuntu Jammy LTS + tools: + python: 3 python: install: