From: Stephen Finucane Date: Sun, 7 Jun 2026 17:17:50 +0000 (+0100) Subject: readthedocs: Fix builds X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=338a976125fa492eb113d871df621bfd71068201;p=thirdparty%2Fpatchwork.git readthedocs: Fix builds Signed-off-by: Stephen Finucane --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e19fe966..355742bb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,14 +1,15 @@ --- version: 2 +sphinx: + builder: "dirhtml" + configuration: docs/conf.py python: install: - requirements: docs/requirements.txt -sphinx: - builder: "dirhtml" build: - os: "ubuntu-22.04" + os: "ubuntu-24.04" tools: - python: "3.11" + python: "3.14" jobs: post_checkout: - git fetch --unshallow