mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
add explicit config to rtd (#12184)
also update some versions we declare, why not
This commit is contained in:
parent
578012da2e
commit
337a22d1c8
1 changed files with 4 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue