Harrison Mutai | 8f46316 | 2024-08-01 15:00:48 +0000 | [diff] [blame] | 1 | # Copyright (c) 2023-2024, Arm Limited. All rights reserved |
Boyan Karatotev | e56666c | 2023-02-16 11:16:29 +0000 | [diff] [blame] | 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 |
| 10 | version: 2 |
| 11 | |
| 12 | build: |
| 13 | os: ubuntu-22.04 # Ubuntu Jammy LTS |
Boyan Karatotev | e8fc7e6 | 2023-02-16 15:00:39 +0000 | [diff] [blame] | 14 | tools: |
Boyan Karatotev | 319d23a | 2023-02-16 15:29:52 +0000 | [diff] [blame] | 15 | python: "3.10" |
Boyan Karatotev | e78b148 | 2023-02-27 15:01:58 +0000 | [diff] [blame] | 16 | apt_packages: |
| 17 | - plantuml |
Harrison Mutai | 3ece148 | 2023-07-28 12:29:39 +0100 | [diff] [blame] | 18 | - librsvg2-bin |
Harrison Mutai | b378ad4 | 2023-02-16 10:20:48 +0000 | [diff] [blame] | 19 | jobs: |
| 20 | post_create_environment: |
Harrison Mutai | 552a22e | 2023-05-20 10:09:41 +0100 | [diff] [blame] | 21 | - pip install poetry=="1.3.2" |
Harrison Mutai | b378ad4 | 2023-02-16 10:20:48 +0000 | [diff] [blame] | 22 | post_install: |
Harrison Mutai | 8f46316 | 2024-08-01 15:00:48 +0000 | [diff] [blame] | 23 | - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs |
Boyan Karatotev | e56666c | 2023-02-16 11:16:29 +0000 | [diff] [blame] | 24 | |
| 25 | sphinx: |
| 26 | configuration: docs/conf.py |
Manish V Badarkhe | 818c4df | 2023-07-27 10:12:35 +0200 | [diff] [blame] | 27 | |
| 28 | # Auxiliary formats to export to (in addition to the default HTML output). |
| 29 | formats: |
| 30 | - pdf |
| 31 | |