From d1903ed6d3d26da1059488ede1fa1ad98f1615b6 Mon Sep 17 00:00:00 2001 From: Nikhil Sarin Date: Fri, 4 Mar 2022 00:21:55 +0100 Subject: [PATCH] add path and requirements to yaml --- .readthedocs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b0b1d88d..811e99eb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -26,5 +26,6 @@ sphinx: # Optionally declare the Python requirements required to build your docs python: install: - - requirements: requirements.txt - - method: setuptools \ No newline at end of file + - method: setuptools + path: . + - requirements: requirements.txt \ No newline at end of file