From 79d0113d11ea6e1a5e898f02e09648f48b599a0aaf2552dffc7bbcb19f5ae85a Mon Sep 17 00:00:00 2001 From: Johannes Randerath Date: Mon, 3 Jun 2024 21:45:21 +0200 Subject: [PATCH] Fixed ReadTheDocs support --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 549c24f..2434fe4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,9 +15,9 @@ sphinx: formats: - pdf - epub - - html python: install: - - requirements: requirements.txt + - requirements: requirements.txt + - method: pip