From 59d6db21ee539b54cb872ffe11621cf3a721484d Mon Sep 17 00:00:00 2001 From: "oleg.hoefling" Date: Fri, 28 May 2021 22:57:17 +0200 Subject: [PATCH] use python 3.8 to build docs as rtd doesn't support 3.9 yet Signed-off-by: oleg.hoefling --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 49129b19..f89031d3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,7 +4,7 @@ sphinx: configuration: doc/source/conf.py python: - version: 3.9 + version: 3.8 install: - method: pip path: .