From 2db52e9a64053811cc02abbc9c4191be2f65a11a Mon Sep 17 00:00:00 2001 From: Pranav Khade Date: Fri, 19 Jan 2024 20:35:34 -0800 Subject: [PATCH] readthedocs fix 1 --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5f98e15..a2e850b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,7 +18,7 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 + version: 3.11 install: - requirements: docs/requirements.txt - method: pip