From 84ff463011c2b251acd7513128aafd6574bf727d Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 28 Jun 2023 10:05:39 +0100 Subject: [PATCH] readthedocs: Also install pwclient Signed-off-by: Stephen Finucane --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9cc62a4..34e66c9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,6 +3,8 @@ version: 2 python: install: - requirements: docs/requirements.txt + - method: pip + path: . build: os: "ubuntu-22.04" tools: