]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
fix(docs): python version must be string
authorBoyan Karatotev <boyan.karatotev@arm.com>
Thu, 16 Feb 2023 15:29:52 +0000 (15:29 +0000)
committerBoyan Karatotev <boyan.karatotev@arm.com>
Thu, 16 Feb 2023 15:29:52 +0000 (15:29 +0000)
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: If5886f8adb391edf3771112cd8e20957a454eae0

.readthedocs.yaml

index 99525b5d5ce5a56827292374187e92eaa929b37f..3663f377af478f1739645e184bc77344eb31d18b 100644 (file)
@@ -12,7 +12,7 @@ version: 2
 build:
   os: ubuntu-22.04 # Ubuntu Jammy LTS
   tools:
-    python: 3.10
+    python: "3.10"
 
 python:
   install: