From a7773c590d0319bdf3b4ddc67c7b22180020224b Mon Sep 17 00:00:00 2001 From: Boyan Karatotev Date: Thu, 16 Feb 2023 15:15:54 +0000 Subject: [PATCH] fix(docs): specify python version to 3.10 The docs say 3 is valid, but it is not. Jammy uses 3.10 so pin it to that. Signed-off-by: Boyan Karatotev Change-Id: I73530750065294eb511d88318ba86a6c50c8aa7d --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index de171ae70..99525b5d5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,7 @@ version: 2 build: os: ubuntu-22.04 # Ubuntu Jammy LTS tools: - python: 3 + python: 3.10 python: install: