From 6f8098117dd25665dab6c349faae384294d15a7b Mon Sep 17 00:00:00 2001 From: Ryan Abernathey Date: Wed, 25 Aug 2021 13:36:51 -0400 Subject: [PATCH] go to python 3.8 for docs --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7d575b05..c8d9b25f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,6 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.9 + version: 3.8 install: - requirements: docs/requirements.txt