From 3e0e07f74a6206ea09a23c60c6fd9ec629e7c792 Mon Sep 17 00:00:00 2001 From: wout4 Date: Mon, 23 Oct 2023 12:33:56 +0200 Subject: [PATCH] Add requirements --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1d8df5e72..b097b2251 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,6 +9,9 @@ build: tools: python: "3.7" +python: + install: + - requirements: docs/requirements.txt # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py \ No newline at end of file