summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
blob: 35f54c5ed7d777e0b798f49fcfa5e6f9c372373f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
version: 2

sphinx:
  configuration: doc/conf.py

formats: []

python:
  install:
    - requirements: doc/requirements.txt
    - method: pip
      path: .
      extra_requirements:
        - dnssec
        - idna
        - doh

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