From: Vallari Agrawal Date: Tue, 17 Oct 2023 09:16:42 +0000 (+0530) Subject: readthedocs: fix 'The configuration key "build.image" is deprecated' X-Git-Tag: 1.2.0~70^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1894%2Fhead;p=teuthology.git readthedocs: fix 'The configuration key "build.image" is deprecated' builds are failing because support for deprecated “build.image” is fully removed by readthedocs, need to use "build.os" instead. ref: https://blog.readthedocs.com/use-build-os-config/ error: https://readthedocs.org/projects/teuthology/builds/22250705/ Signed-off-by: Vallari Agrawal --- diff --git a/.readthedocs.yml b/.readthedocs.yml index 66f140c89..99eab70f5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,9 +5,10 @@ version: 2 formats: [] build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.7" python: - version: 3.7 install: - method: pip path: .