From 152d6819b360c2e7b379ee3f373d444ab3df0895 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 2 Jan 2024 21:16:22 +0100 Subject: [PATCH] [ci] add pip install to readthedocs.yaml --- .readthedocs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d8a48856..85253fbc 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,5 +6,11 @@ build: tools: python: "3.12" +python: + install: + - requirements: requirements.txt + - method: pip + path: . + sphinx: configuration: doc/conf.py -- 2.11.0