From 4052d9583c850feeb8add29734bda0ef0343c238 Mon Sep 17 00:00:00 2001 From: Boyan Karatotev Date: Thu, 16 Feb 2023 15:00:39 +0000 Subject: [PATCH] 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 --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: