From 3aa919eb278e7e0b23742ea043d79e1b1f1d75c6 Mon Sep 17 00:00:00 2001 From: Boyan Karatotev Date: Thu, 16 Feb 2023 15:29:52 +0000 Subject: [PATCH] fix(docs): python version must be string Signed-off-by: Boyan Karatotev Change-Id: If5886f8adb391edf3771112cd8e20957a454eae0 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 99525b5d5..3663f377a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,7 @@ version: 2 build: os: ubuntu-22.04 # Ubuntu Jammy LTS tools: - python: 3.10 + python: "3.10" python: install: