From e270bf8fb414832b17667ba15fe83ee79fe37459 Mon Sep 17 00:00:00 2001 From: Martin Benes Date: Tue, 21 Nov 2023 16:13:03 +0100 Subject: [PATCH] what about now? --- .readthedocs.yaml | 4 +--- docs/requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e28bd6a..11d9754 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,8 +15,6 @@ formats: python: install: - - requirements: - - docs/requirements.txt - - requirements.txt + - requirements: docs/requirements.txt - method: setuptools path: . \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt index 070f09d..383e21f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,5 @@ +wheel>0.30.0 +numpy>=1.18.0 sphinx==5.3.0 sphinx_rtd_theme==1.1.1 readthedocs-sphinx-search==0.1.1 \ No newline at end of file