From 51fb458ef076d2f4e8dbf160c69779754e531591 Mon Sep 17 00:00:00 2001 From: rafalkowalewski1 Date: Thu, 6 Jun 2024 15:03:50 +0200 Subject: [PATCH] try to fix readthedocs --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 545e737c..2b309662 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,7 +10,9 @@ build: tools: python: "3.10" install: - - path: . + - requirements: docs/requirements.txt + - method: pip + # Build documentation in the "docs/" directory with Sphinx sphinx: