From 9f81fb92b6b55c4b898891849bc554f577fd5f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Mon, 9 May 2022 11:39:35 +0200 Subject: [PATCH] added pip_install: true MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index e0bb5da..bead17a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -35,5 +35,6 @@ build: # Optionally declare the Python requirements required to build your docs python: version: 3.9 + pip_install: true install: - requirements: docs/root/requirements.txt