blob: af3fba05886f200d30370df33b65e8ca1794d9a7 [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
14
15python:
16 install:
17 - requirements: docs/requirements.txt
18
19sphinx:
20 configuration: docs/conf.py
21
22# Auxiliary formats to export to (in addition to the default HTML output).
23formats:
24 - pdf
25