cryptography/.readthedocs.yml
Alex Gaynor b9f1e3e27b
Use a newer rust in RTD (#9797)
* Use a newer rust in RTD

Should make it a smidge faster

* Update .readthedocs.yml
2023-10-29 12:30:23 -05:00

25 lines
477 B
YAML

# 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
formats:
- pdf
build:
# readdocs master now includes a rust toolchain
os: "ubuntu-22.04"
tools:
python: "3.11"
rust: "1.70"
python:
install:
- method: pip
path: .
extra_requirements:
- docs