summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
blob: 95b3c4f46e7c537903f8ee1f928a6cd01c42d94e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# https://docs.readthedocs.io/en/stable/config-file/v2.html#supported-settings

version: 2

sphinx:
  # The config file overrides the UI settings:
  # https://github.com/pyca/cryptography/issues/5863#issuecomment-817828152
  builder: dirhtml

build:
  # readdocs master now includes a rust toolchain
  os: "ubuntu-22.04"
  tools:
    python: "3.11"
    rust: "1.64"

python:
  install:
    - method: pip
      path: .
      extra_requirements:
        - docs