blob: 7fdc2948e545f2955cda41d063be2f66c195b4ea [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"
Joakim Bechba552e82021-05-11 12:37:24 +020013
Joakim Bech2d310472022-08-22 12:33:54 +020014# Other variants to build than HTML
15formats:
16 - pdf
17
18# Build documentation in the docs/ directory with Sphinx
19sphinx:
20 configuration: conf.py
21
22# Declare the Python requirements required to build your docs
Joakim Bechba552e82021-05-11 12:37:24 +020023python:
Joakim Bech2d310472022-08-22 12:33:54 +020024 install:
25 - requirements: requirements.txt