From f32e39313188dd0f97c1ec541e01ee421de2f85d Mon Sep 17 00:00:00 2001 From: Tom Schierenbeck Date: Wed, 19 Jun 2024 12:09:45 +0200 Subject: [PATCH] Hopefully readthedocs works now --- .readthedocs.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4badc0c..e834ca9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -19,12 +19,14 @@ build: python: install: + - requirements: docs/requirements.txt + - requirements: requirements.txt - method: pip path: . extra_requirements: - sphinx - - method: pip - path: doc/requirements.txt + + sphinx: builder: html