From f3ad97fc3ff6074beb5656e17f29f739066a9a3f Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 21 Nov 2023 19:42:31 +0100 Subject: [PATCH] The new build system requires a requirements.txt (#2229) --- .readthedocs.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 781f85f3e4..3e3fae00e0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,6 +4,14 @@ version: 2 +python: + install: + - requirements: docs/requirements.txt + - method: pip + path: . + extra_requirements: + - docs + sphinx: builder: html configuration: docs/conf.py @@ -12,4 +20,4 @@ sphinx: build: os: "ubuntu-22.04" tools: - python: "3.11" + python: "3.11" \ No newline at end of file