From dcdef9d79827e7c340f716fd3c50c0896b1e674c Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Mon, 27 Jan 2025 00:28:07 +0100 Subject: [PATCH] Use build.jobs.install to avoid installing unnecessary deps (#6508) --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7185142fd..de7f4dcf6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,6 +4,9 @@ build: os: "ubuntu-22.04" tools: python: "3.8" + jobs: + install: + - pip install .[doc] sphinx: configuration: docs/conf.py