From ff39e86f2f269ce698ba3ce641975660e724057c Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 29 Nov 2021 09:13:09 +0100 Subject: [PATCH] Use new RTD build config --- .readthedocs.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 8a5af32f..58afb426 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,10 +2,12 @@ version: 2 formats: all -python: - # Keep version in sync with tox.ini (docs and gh-actions). - version: "3.10" +build: + os: ubuntu-20.04 + tools: + python: "3.10" +python: install: - method: pip path: .