diff mbox series

[1/1] arm-bsp/documentation: corstone1000: add readthedocs.yaml file

Message ID 20231124163005.96856-2-emekcan.aras@arm.com
State New
Headers show
Series arm-bsp/documentation: corstone1000: add readthedocs.yaml file | expand

Commit Message

Emekcan Aras Nov. 24, 2023, 4:30 p.m. UTC
From: Emekcan Aras <Emekcan.Aras@arm.com>

Migrate Corstone-1000 documentation to .readthedocs.yaml configuration file v2.

Signed-off-by: Emekcan Aras <Emekcan.Aras@arm.com>
Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
---
 .../documentation/corstone1000/.readthedocs.yaml     | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-arm-bsp/documentation/corstone1000/.readthedocs.yaml
diff mbox series

Patch

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