From 337a22d1c85f14841c21ccfe8063b95a10b99362 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 21 Dec 2024 14:54:24 +0100 Subject: [PATCH] add explicit config to rtd (#12184) also update some versions we declare, why not --- .readthedocs.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7ef04db29181..f97891f9c3c9 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -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: