From cee3ce44d90d20083810b1cad70ba53bda4a9569 Mon Sep 17 00:00:00 2001 From: Petya Slavova Date: Tue, 25 Feb 2025 17:17:26 +0200 Subject: [PATCH] Fix readthedocs.yml format for python install configuration --- .readthedocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 4b22490a49..17bfa9d47c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,10 +2,9 @@ version: 2 python: install: + - requirements: docs/requirements.txt - method: pip path: . - - method: pip - requirements: ./docs/requirements.txt build: os: ubuntu-20.04