From cebbb8a07aa6b4a1f0322ed1febe1f2b049ea6d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20P=C3=A9rez-Garc=C3=ADa?= Date: Mon, 2 Dec 2024 23:56:20 +0000 Subject: [PATCH] Apply suggestion --- .readthedocs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 4b2e56d4..c3596b06 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -19,5 +19,8 @@ build: os: ubuntu-22.04 tools: python: "3.12" - commands: - - pip install . --dependency-groups=doc + jobs: + install: + - pip install . + - pip install dependency-groups + - pip-install-dependency-groups doc