From 40d871a1a36925e8d1d7eb0e62f57dae3a8d6c73 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
Date: Mon, 31 Jan 2022 06:15:32 +0200
Subject: [PATCH] Update readthedocs config (#65230)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
---
 .readthedocs.yml | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/.readthedocs.yml b/.readthedocs.yml
index e8344e0a655..1a91abd9a99 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -1,10 +1,14 @@
 # .readthedocs.yml
 
+version: 2
+
 build:
-  image: latest
+  os: ubuntu-20.04
+  tools:
+    python: "3.9"
 
 python:
-  version: 3.8
-  setup_py_install: true
-
-requirements_file: requirements_docs.txt
+  install:
+    - method: setuptools
+      path: .
+    - requirements: requirements_docs.txt
-- 
GitLab