summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
blob: 6bef34935b6f1a81d446f4a90f8a85c721bcc145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: 2
python:
  install:
  - path: .
    extra_requirements:
      - docs

# workaround for readthedocs/readthedocs.org#9623
build:
  # workaround for readthedocs/readthedocs.org#9635
  os: ubuntu-22.04
  tools:
    python: "3"