blob: a33d90cfb6726fa025ad5878716e430cbcc783ae [file] [log] [blame]
Gabor Toth11192a22023-04-04 12:40:16 +02001# .readthedocs.yaml
2# Read the Docs configuration file
3# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
5# Required
6version: 2
7
8# Set the version of tools you might need
9build:
10 os: ubuntu-20.04
11 tools:
12 python: "3.8"
13 apt_packages:
14 - plantuml
15
16# Build documentation in the docs/ directory with Sphinx
17sphinx:
18 configuration: docs/conf.py
19
20# Optionally declare the Python requirements required to build your docs
21python:
22 install:
23 - requirements: docs/requirements.txt