From 7f5ea67b760b51acdc9ae87e5ed62669b17f3ec5 Mon Sep 17 00:00:00 2001 From: Petya Slavova Date: Tue, 25 Feb 2025 15:50:43 +0200 Subject: [PATCH] Installing redis and its mandatory dependencies when building readthedocs --- .readthedocs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 80b9738d82..4b22490a49 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,7 +2,10 @@ version: 2 python: install: - - requirements: ./docs/requirements.txt + - method: pip + path: . + - method: pip + requirements: ./docs/requirements.txt build: os: ubuntu-20.04