From 7f75fe3669ebf0627b1b0476a6d02047e909b959 Mon Sep 17 00:00:00 2001 From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Wed, 25 Nov 2020 19:26:35 -0500 Subject: [PATCH] Switch back to Python 3.8 for ReadTheDocs (#1839) ReadTheDocs doesn't support Python 3.9 yet. --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 32bcf1f..1506503 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,6 +1,6 @@ version: 2 python: - version: 3.9 + version: 3.8 install: - requirements: docs/requirements.txt - method: setuptools -- 2.39.2