1# Read the Docs configuration file
2# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
4version: 2
5
6build:
7  os: ubuntu-22.04
8  tools:
9    python: "3.12"
10
11sphinx:
12  configuration: doc/conf.py
13
14