From 781c535ddec382b8fc3323e4ad8a4f220f96b47a Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Wed, 23 Feb 2022 02:38:10 +0100 Subject: [PATCH] readthedocs: quote python version Signed-off-by: Unai Martinez-Corral --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 4f5e2976..0b154b61 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,7 +14,7 @@ formats: all # 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