From db658a77af7e15cdb8e4d9231bef8c48c5d327fb Mon Sep 17 00:00:00 2001 From: Emekcan Aras Date: Fri, 24 Nov 2023 16:30:05 +0000 Subject: [PATCH] arm-bsp/documentation: corstone1000: add readthedocs.yaml file Migrate Corstone-1000 documentation to .readthedocs.yaml configuration file v2. Signed-off-by: Emekcan Aras Signed-off-by: Abdellatif El Khlifi Signed-off-by: Ross Burton --- .../documentation/corstone1000/.readthedocs.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-arm-bsp/documentation/corstone1000/.readthedocs.yaml diff --git a/meta-arm-bsp/documentation/corstone1000/.readthedocs.yaml b/meta-arm-bsp/documentation/corstone1000/.readthedocs.yaml new file mode 100644 index 00000000..1d13f824 --- /dev/null +++ b/meta-arm-bsp/documentation/corstone1000/.readthedocs.yaml @@ -0,0 +1,12 @@ +version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.9" +sphinx: + configuration: conf.py +formats: + - pdf +python: + install: + - requirements: ../requirements.txt