From 17c456641914f9e3da13e2877ce6180b0421b9a7 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:17:21 +0100 Subject: [PATCH] Fix readthedocs config --- .readthedocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a05fdcc..5c28d86 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,14 +1,15 @@ version: 2 build: - image: latest + os: ubuntu-24.04 + tools: + python: "3.8" formats: [pdf] sphinx: configuration: docs/conf.py python: - version: 3.8 install: - method: pip path: .