From baf34008319a42c5e43d0489f5208728d8cc0979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20P=C3=A9rez-Garc=C3=ADa?= Date: Thu, 28 Nov 2024 23:38:56 +0000 Subject: [PATCH] Use new syntax for dependency groups --- .readthedocs.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index dc688110..4b2e56d4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -19,10 +19,5 @@ build: os: ubuntu-22.04 tools: python: "3.12" - -python: - install: - - method: pip - path: . - extra_requirements: - - doc + commands: + - pip install . --dependency-groups=doc