From b542941234d93cf7e43085648502a3f3039f7c59 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Sat, 12 Nov 2022 16:43:39 -0500 Subject: [PATCH] Bumping python version for read the docs (#122) Haven't checked whether things work with new python version, hoping error will be caught with CI --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 832cc62f..4b85ec34 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -3,7 +3,7 @@ sphinx: configuration: docs/conf.py formats: all python: - version: 3.6 + version: 3.8 install: - requirements: docs/requirements.txt - method: pip