blob: 99f19904f8530f9c9945b873e1c32d2cd5796ac2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# See <https://docs.readthedocs.io/en/stable/config-file/v2.html>
version: 2
build:
os: ubuntu-24.04
tools:
python: "3.13"
sphinx:
configuration: doc/conf.py
python:
install:
- requirements: doc/requirements.txt
|