From 78a55977f617d2b7d892dac5180e2f4f1b205270 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 26 Mar 2022 11:37:40 -0700 Subject: [PATCH] Change read the docs Python version from 3.7 to 3.10 --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index f74f3d23..1a331bc5 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -17,6 +17,6 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 + version: 3.10 install: - requirements: docs_theme/requirements.txt