add explicit config to rtd (#12184)

also update some versions we declare, why not
This commit is contained in:
Paul Kehrer 2024-12-21 14:54:24 +01:00 committed by GitHub
parent 578012da2e
commit 337a22d1c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,15 +6,16 @@ sphinx:
# The config file overrides the UI settings:
# https://github.com/pyca/cryptography/issues/5863#issuecomment-817828152
builder: dirhtml
configuration: docs/conf.py
formats:
- pdf
build:
os: "ubuntu-22.04"
os: "ubuntu-24.04"
tools:
python: "3.11"
rust: "1.70"
python: "3.13"
rust: "latest"
python:
install: