blob: 16418f286dce86bdb6bc1c8e7406cd7de91d9094 [file] [log] [blame]
Heinrich Schuchardt9f45c352020-04-21 12:11:59 +02001# .readthedocs.yml
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
Heinrich Schuchardtab9787a2022-01-12 02:35:00 +01008build:
Heinrich Schuchardt485e59f2024-11-03 11:56:35 +01009 os: "ubuntu-24.04"
Heinrich Schuchardtab9787a2022-01-12 02:35:00 +010010 apt_packages:
11 - python3-six
12 tools:
Heinrich Schuchardt485e59f2024-11-03 11:56:35 +010013 python: "3.12"
Heinrich Schuchardtab9787a2022-01-12 02:35:00 +010014
Heinrich Schuchardt9f45c352020-04-21 12:11:59 +020015# Build documentation in the docs/ directory with Sphinx
16sphinx:
Heinrich Schuchardt84bdc1f2020-05-01 22:06:17 +020017 configuration: doc/conf.py
Heinrich Schuchardt9f45c352020-04-21 12:11:59 +020018
19# Optionally build your docs in additional formats such as PDF and ePub
20formats: []
21
Heinrich Schuchardtab9787a2022-01-12 02:35:00 +010022python:
23 install:
24 - requirements: doc/sphinx/requirements.txt