From f26662dead0c5e923d421d8191fb475540ba9dfc Mon Sep 17 00:00:00 2001 From: Joschka Thurner Date: Fri, 6 Dec 2024 14:11:31 +0100 Subject: [PATCH] fix RTD --- .readthedocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 202694c8..c9a2f62f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,4 +9,5 @@ python: install: - method: pip path: . - - requirements: doc/requirements.txt \ No newline at end of file + extra_requirements: + - docs