From 0358aabd1f5a7c4f3f319f85f06a2eb409a728aa Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Sun, 15 Jan 2023 17:01:13 +0100 Subject: [PATCH] Use newer RTD config syntax (#5774) --- .readthedocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 477d6aec4..fd00d3595 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,10 +1,11 @@ version: 2 build: - image: latest + os: "ubuntu-22.04" + tools: + python: "3.8" python: - version: 3.8 install: - method: pip path: .