]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
readthedocs: Fix builds
authorStephen Finucane <stephen@that.guru>
Sun, 7 Jun 2026 17:17:50 +0000 (18:17 +0100)
committerStephen Finucane <stephen@that.guru>
Sun, 7 Jun 2026 17:17:50 +0000 (18:17 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
.readthedocs.yaml

index e19fe966e8efaa4427be7ebdd7e5d1051aa0b1c1..355742bbd2118ee6ab326bc68faee11a38ac88f4 100644 (file)
@@ -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