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