From 194351f60a2abe36ed97250adaa40c37d46e6bd3 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Wed, 14 Jun 2023 14:25:05 +0200 Subject: [PATCH] Fix path to docs.txt requirements file --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cd147b4..1eca318 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,4 +11,4 @@ sphinx: # Version of Python and requirements required to build the docs python: install: - - requirements: docs/requirements.txt + - requirements: requirements/docs.txt