blob: 2b418ae7962c7671808a2b341eb76774ac9037f0 [file] [log] [blame]
Boyan Karatoteve56666c2023-02-16 11:16:29 +00001# Copyright (c) 2023, Arm Limited. All rights reserved
2#
3# SPDX-License-Identifier: BSD-3-Clause
4#
5# Configuration file for the readthedocs deploy
6# Available at https://trustedfirmware-a.readthedocs.io/en/latest/
7
8
9# readthedocs config version
10version: 2
11
12build:
13 os: ubuntu-22.04 # Ubuntu Jammy LTS
Boyan Karatoteve8fc7e62023-02-16 15:00:39 +000014 tools:
Boyan Karatotev319d23a2023-02-16 15:29:52 +000015 python: "3.10"
Boyan Karatoteve78b1482023-02-27 15:01:58 +000016 apt_packages:
17 - plantuml
Boyan Karatoteve56666c2023-02-16 11:16:29 +000018
19python:
20 install:
21 - requirements: docs/requirements.txt
22
23sphinx:
24 configuration: docs/conf.py