From ac036e45ff2d9fbcaf11b42d928364c993a5c384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Wed, 13 Apr 2022 11:31:35 +0200 Subject: Don't use deprecated python version config for readthedocs --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.readthedocs.yaml') diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c0fb27844..0fec8925d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,6 +7,10 @@ sphinx: configuration: doc/conf.py python: - version: 3.8 install: - requirements: doc/requirements.txt + +build: + os: ubuntu-20.04 + tools: + python: "3.8" -- cgit v1.2.1