xref: /rk3399_ARM-atf/.readthedocs.yaml (revision 793f72c06ca1c2782f800c9f20980ca6b7870072)
18a847763SBoyan Karatotev# Copyright (c) 2023, Arm Limited. All rights reserved
28a847763SBoyan Karatotev#
38a847763SBoyan Karatotev# SPDX-License-Identifier: BSD-3-Clause
48a847763SBoyan Karatotev#
58a847763SBoyan Karatotev# Configuration file for the readthedocs deploy
68a847763SBoyan Karatotev# Available at https://trustedfirmware-a.readthedocs.io/en/latest/
78a847763SBoyan Karatotev
88a847763SBoyan Karatotev
98a847763SBoyan Karatotev# readthedocs config version
108a847763SBoyan Karatotevversion: 2
118a847763SBoyan Karatotev
128a847763SBoyan Karatotevbuild:
138a847763SBoyan Karatotev  os: ubuntu-22.04 # Ubuntu Jammy LTS
144052d958SBoyan Karatotev  tools:
153aa919ebSBoyan Karatotev    python: "3.10"
1665982a94SBoyan Karatotev  apt_packages:
1765982a94SBoyan Karatotev    - plantuml
18*793f72c0SHarrison Mutai  jobs:
19*793f72c0SHarrison Mutai    post_create_environment:
20*793f72c0SHarrison Mutai      - pip install poetry
21*793f72c0SHarrison Mutai      - poetry config virtualenvs.create false
22*793f72c0SHarrison Mutai    post_install:
23*793f72c0SHarrison Mutai      - poetry install --with docs
248a847763SBoyan Karatotev
258a847763SBoyan Karatotevsphinx:
268a847763SBoyan Karatotev  configuration: docs/conf.py
27