From 69498b635ebfe27c8b227454119cd96a66e0e49e Mon Sep 17 00:00:00 2001 From: maroba Date: Thu, 7 Dec 2023 16:35:40 +0100 Subject: [PATCH] Fix readthedocs --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 559092b..d744672 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,6 +16,6 @@ build: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 + version: "3.7" install: - requirements: docs/requirements.txt