From f8b8245ee54f248d0d84936755415cd176a6b6e1 Mon Sep 17 00:00:00 2001 From: Bo Zhang Date: Wed, 2 Mar 2022 19:10:20 +0800 Subject: [PATCH] changes python version back to 3.8 --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 6eae4b1..368b2c2 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -17,7 +17,7 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8, 3.9 + version: 3.8 install: - requirements: doc/requirements.txt - method: pip -- GitLab