summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
blob: f5a5626391654b024d8a14e8f229989390598129 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: 2

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

formats: all

python:
  install:
    - path: .
    - requirements: doc-requirements.txt

sphinx:
  configuration: doc/rtd/conf.py