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

build:
  # Specific version of RTD docker image that's new enough to have Rust around
  # (so Cryptography can build from source if needed).
  # See https://github.com/readthedocs/readthedocs-docker-images
  image: "7.0"

python:
  version: 3.7
  install:
    - requirements: dev-requirements.txt
  system_packages: false

# NOTE: leaving sphinx.* alone as there's currently no way to differ the conf
# file used based on project (so cannot differentiate between www and docs).
# The web UI setting for that SHOULD take precedence?