blob: 476f7f99216640d5dd67a68173548c6275ff84bb [file] [log] [blame]
Joakim Bech2d310472022-08-22 12:33:54 +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
Joakim Bechba552e82021-05-11 12:37:24 +02006version: 2
7
Joakim Bech2d310472022-08-22 12:33:54 +02008# Set the version of Python and other tools you might need
9build:
10 os: ubuntu-22.04
11 tools:
12 python: "3.10"
OneToken67b9f672023-05-10 09:56:50 +080013 apt_packages:
14 - plantuml
15 - graphviz
Joakim Bechba552e82021-05-11 12:37:24 +020016
Joakim Bech2d310472022-08-22 12:33:54 +020017# Other variants to build than HTML
18formats:
19 - pdf
20
21# Build documentation in the docs/ directory with Sphinx
22sphinx:
23 configuration: conf.py
24
25# Declare the Python requirements required to build your docs
Joakim Bechba552e82021-05-11 12:37:24 +020026python:
Joakim Bech2d310472022-08-22 12:33:54 +020027 install:
28 - requirements: requirements.txt