From 9233d095c0de353136461067f9f2971e39837c2e Mon Sep 17 00:00:00 2001 From: James Date: Thu, 30 Jan 2020 08:38:32 +0100 Subject: [PATCH] Update .readthedocs.yml Python 3.8 is still not supported by read the docs (https://github.com/readthedocs/readthedocs.org/issues/6324), so reverting the change to 3.7 as this also fails. We need to wait for rtd to add support for us. --- .readthedocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a3ae4f1dec..db0765b72f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,8 +9,7 @@ sphinx: formats: all python: - # TODO: Move to 3.8 when supported by rtd https://github.com/readthedocs/readthedocs.org/issues/6324 - version: 3.7 + version: 3.8 install: - method: pip path: .