1# Read the Docs configuration file for Sphinx projects
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.11"
10
11sphinx:
12  configuration: docs/conf.py
13  fail_on_warning: true
14