From 0e6d62454a74bf131bede0b5cbbb8337a6a316d7 Mon Sep 17 00:00:00 2001 From: geisserml Date: Thu, 23 Feb 2023 16:29:46 +0100 Subject: [PATCH] Attempt to fix RTD build --- .readthedocs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2b83c8f57..84c62a8fc 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -19,8 +19,7 @@ build: python: install: + - requirements: req/docs.txt - method: pip path: . - extra_requirements: - - docs system_packages: true