]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
readthedocs: Specify OS, tools
authorStephen Finucane <stephen@that.guru>
Tue, 27 Jun 2023 18:00:52 +0000 (19:00 +0100)
committerStephen Finucane <stephen@that.guru>
Tue, 27 Jun 2023 18:00:52 +0000 (19:00 +0100)
This is required. The error message is misleading [1].

[1] https://github.com/readthedocs/readthedocs.org/issues/8912

Signed-off-by: Stephen Finucane <stephen@that.guru>
.readthedocs.yaml

index 1ca62df2cfbd27b7c5dbb06d149890e2af28f1de..87018d574f2978cd443311d6ffb41d1e99c414ea 100644 (file)
@@ -1,6 +1,9 @@
 ---
 version: 2
 build:
+  os: "ubuntu-22.04"
+  tools:
+    python: "3.11"
   jobs:
     post_checkout:
       - git fetch --unshallow