forked from nrfconnect/sdk-trusted-firmware-m
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.readthedocs.yaml
35 lines (29 loc) · 870 Bytes
/
.readthedocs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#-------------------------------------------------------------------------------
#
# Copyright (c) 2023, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Version of the configuration file, v1 is no longer supported
version: 2
# Configuration for the documentation build
build:
os: ubuntu-22.04
tools:
python: "3.11"
apt_packages:
- plantuml
# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py
# The documentation will also be built in a pdf format
formats:
- pdf
- htmlzip
# Configuration of the Python environment
python:
install:
- requirements: docs/requirements.txt