readthedocs.yaml

Read the Docs configuration file used to build this docs:

.readthedocs.yaml
 1version: 2
 2
 3build:
 4  os: ubuntu-24.04
 5  tools:
 6    python: "latest"
 7
 8sphinx:
 9  configuration: docs/conf.py
10
11python:
12  install:
13    - requirements: requirements.txt