blob: 2d1afab827ce86a151614482ac1144dd37d71e55 [file] [log] [blame]
Harrison Mutai5383a882024-08-01 15:00:48 +00001# Copyright (c) 2023-2024, Arm Limited. All rights reserved
Boyan Karatotev8a847762023-02-16 11:16:29 +00002#
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 Karatotev65982a92023-02-27 15:01:58 +000016 apt_packages:
17 - plantuml
Harrison Mutaic3654762023-07-28 12:29:39 +010018 - librsvg2-bin
Harrison Mutai793f72c2023-02-16 10:20:48 +000019 jobs:
20 post_create_environment:
Harrison Mutai5f0f3bf2023-05-20 10:09:41 +010021 - pip install poetry=="1.3.2"
Harrison Mutai793f72c2023-02-16 10:20:48 +000022 post_install:
Harrison Mutai5383a882024-08-01 15:00:48 +000023 - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
Boyan Karatotev8a847762023-02-16 11:16:29 +000024
25sphinx:
26 configuration: docs/conf.py
Manish V Badarkhed48a6462023-07-27 10:12:35 +020027
28# Auxiliary formats to export to (in addition to the default HTML output).
29formats:
30 - pdf
31