From 798cb032abb3d18b9de71d354396e013ef7fd95a Mon Sep 17 00:00:00 2001 From: romankempt Date: Tue, 21 Nov 2023 14:11:50 +0100 Subject: [PATCH] changed path in readthedocs --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9712e40..153ec23 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -19,4 +19,4 @@ sphinx: # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: docs/requirements.txt + - requirements: requirements.txt