From c3f762bbeff17ac5cc73aec472ae5cac7afea8ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20Brul=C3=A9=20Naudet?= Date: Sat, 27 Jul 2024 11:34:39 +0200 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 363be5c..e31c43a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -19,6 +19,11 @@ build: sphinx: configuration: docs/source/conf.py +# Install requirements from the provided file +python: + install: + - requirements: requirements.txt + # Optionally build your docs in additional formats such as PDF and ePub # formats: # - pdf