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:
|
# The config file overrides the UI settings:
|
||||||
# https://github.com/pyca/cryptography/issues/5863#issuecomment-817828152
|
# https://github.com/pyca/cryptography/issues/5863#issuecomment-817828152
|
||||||
builder: dirhtml
|
builder: dirhtml
|
||||||
|
configuration: docs/conf.py
|
||||||
|
|
||||||
formats:
|
formats:
|
||||||
- pdf
|
- pdf
|
||||||
|
|
||||||
build:
|
build:
|
||||||
os: "ubuntu-22.04"
|
os: "ubuntu-24.04"
|
||||||
tools:
|
tools:
|
||||||
python: "3.11"
|
python: "3.13"
|
||||||
rust: "1.70"
|
rust: "latest"
|
||||||
|
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue