From: Paul Brossier Date: Tue, 2 Jan 2024 20:16:22 +0000 (+0100) Subject: [ci] add pip install to readthedocs.yaml X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=HEAD;hp=--cc [ci] add pip install to readthedocs.yaml --- 152d6819b360c2e7b379ee3f373d444ab3df0895 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