From fb0109e5adb717d35a4857e93a4607948e67423e Mon Sep 17 00:00:00 2001 From: vicpaton Date: Fri, 14 Jun 2024 10:31:05 +0200 Subject: [PATCH] changed int to str --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 56363c4..ccdc902 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,11 +12,11 @@ formats: build: os: ubuntu-22.04 tools: - python: 3.10 + python: "3.10" python: install: - - method: pip + - method: git path: . extra_requirements: - docs