From b77f307d6e884d645c74258b0c397eda46a5c403 Mon Sep 17 00:00:00 2001 From: Ajurna Date: Mon, 1 Nov 2021 13:54:42 +0000 Subject: [PATCH] downgraded python version for readthedocs --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 175d6fe..e9bedc6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,6 +4,6 @@ version: 2 # Explicitly set the version of Python and its requirements python: - version: 3.10 + version: 3.8 install: - requirements: docs/requirements.txt \ No newline at end of file