From cbda2a47c85b3a4b4d5672d7ac12e231ff1b3665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Mon, 9 May 2022 11:47:55 +0200 Subject: [PATCH] addes setuptools installation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- .readthedocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e81dd5d..be79e36 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -34,6 +34,7 @@ build: # Optionally declare the Python requirements required to build your docs python: - pip_install: true + version: "3.9" install: - requirements: docs/root/requirements.txt + - method: setuptools