mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00

This wasn't listed on the web interface configuration. Perhaps it came preloaded. Anyway, it's needed for diagrams. Add it back. Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: I20c1eb0e8d5abaa3533169dd9704cbd3b0eb06a5
29 lines
556 B
YAML
29 lines
556 B
YAML
# Copyright (c) 2023, Arm Limited. All rights reserved
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
# Configuration file for the readthedocs deploy
|
|
# Available at https://trustedfirmware-a.readthedocs.io/en/latest/
|
|
|
|
|
|
# readthedocs config version
|
|
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04 # Ubuntu Jammy LTS
|
|
tools:
|
|
python: "3.10"
|
|
apt_packages:
|
|
- plantuml
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
# Auxiliary formats to export to (in addition to the default HTML output).
|
|
formats:
|
|
- pdf
|
|
|