From: Stephen Finucane Date: Tue, 27 Jun 2023 18:00:52 +0000 (+0100) Subject: readthedocs: Specify OS, tools X-Git-Tag: v3.2.0~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78523df5ff9678c738e98e557b1f2cafe4a53cf3;p=thirdparty%2Fpatchwork.git readthedocs: Specify OS, tools This is required. The error message is misleading [1]. [1] https://github.com/readthedocs/readthedocs.org/issues/8912 Signed-off-by: Stephen Finucane --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1ca62df2..87018d57 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,6 +1,9 @@ --- version: 2 build: + os: "ubuntu-22.04" + tools: + python: "3.11" jobs: post_checkout: - git fetch --unshallow