From 803cf4fae2c603c517501b4f8fa6862c509cb520 Mon Sep 17 00:00:00 2001 From: Hananel-Hazan Date: Wed, 15 Nov 2023 17:28:10 +0200 Subject: [PATCH] Refactored code to improve performance and readability. --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4b739a4a..99d85dd3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -23,6 +23,7 @@ formats: # We recommend specifying your dependencies to enable reproducible builds: # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: + version: '3.10' install: - requirements: docs/requirements.txt - method: pip