From 004678686f7a6c216187229351ac81e4e3e0b0d1 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys <6032823+jack1142@users.noreply.github.com> Date: Thu, 30 Jun 2022 23:45:07 +0200 Subject: [PATCH] Use RTD's new build process See the deprecation notice: https://docs.readthedocs.io/en/stable/config-file/v2.html#python-version --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 24eb3eaf6d9..fff2d6ed341 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,8 +3,12 @@ version: 2 formats: - htmlzip +build: + os: ubuntu-22.04 + tools: + python: "3.8" + python: - version: 3.8 install: - requirements: docs/requirements.txt