blob: 3663f377af478f1739645e184bc77344eb31d18b [file] [log] [blame]
Boyan Karatotev8a847762023-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 Karatotev4052d952023-02-16 15:00:39 +000014 tools:
Boyan Karatotev3aa919e2023-02-16 15:29:52 +000015 python: "3.10"
Boyan Karatotev8a847762023-02-16 11:16:29 +000016
17python:
18 install:
19 - requirements: docs/requirements.txt
20
21sphinx:
22 configuration: docs/conf.py
23
24# Auxiliary formats to export to (in addition to the default HTML output).
25formats:
26 - pdf
27