From 1dbe7e8ea99182da2ed9827ed9082b8ae88305cb Mon Sep 17 00:00:00 2001 From: av1m <36456709+av1m@users.noreply.github.com> Date: Thu, 11 Aug 2022 04:31:25 +0200 Subject: [PATCH] install project (as requirements) in readthedocs --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 42e8e29..77fb97d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -23,4 +23,6 @@ formats: # Optionally declare the Python requirements required to build your docs python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt + - method: pip + path: .