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