From 9ba64368dba43e1201ee85f3c01f6acf9c89ce37 Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Fri, 2 Aug 2024 19:01:19 +0200 Subject: [PATCH] readthedocs.yaml fix --- .readthedocs.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7edc694..981cae4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,8 +10,7 @@ build: sphinx: configuration: docs/conf.py - python: - install: - - requirements: docs/requirements.txt - - method: pip - path: . + +python: + install: + - requirements: docs/requirements.txt