aboutsummaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
blob: 4a0cd14f7b5e8c328dbcb930134041e9f184eb01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
  os: ubuntu-22.04
  tools:
    python: "3.11"

sphinx:
  configuration: docs/conf.py
  fail_on_warning: true